Multiple Choice
What type of loop is shown in the script below
< script type = "text/javascript" >
Var gradeValue = 0,
Total = 0,
Grade = 0;
While ( gradeValue != - 1 )
{
Total = total + gradeValue;
Grade = window.prompt( "Enter Integer Grade, -1 to Quit:" , "0" ) ;
GradeValue = parseInt( grade ) ;
}
< /script >
A) counter controlled
B) sentinel controlled
C) algorithm controlled
D) stepwise controlled
Correct Answer:

Verified
Correct Answer:
Verified
Q19: Which of the following statements is correct<br>A)
Q20: If the initial value of a is
Q21: A program in which all statements are
Q22: What is the value of i after
Q23: Which of the following flowchart symbols can
Q24: Which of the following is not a
Q25: The word sequence in the term sequence
Q26: What would the browser display if the
Q27: Which of the following is the correct
Q28: What would the browser display if the