Which of the following should be used to make the code snip…

 Which of the following should be used to make the code snippet work for students who get any score between 0 – 100?      var grade = 0;                                                                                                                                var score = parseInt(“What’s the score?”);                                                                                                                            if (score < 70)                  grade = "F";                                                                                                                             else if ( ??? )                  grade = "C";                                                                                                                              else if (grade >= 85)                   grade = “A”;

Your patient attempts to strengthen his triceps by positioni…

Your patient attempts to strengthen his triceps by positioning his shoulder at the end range of extension and then extending his elbow. He reports weakness as he approaches the end range of elbow extension movement. Which of the following may best explain his report?