Multiple Choice
Which of the following statements is correct
A) If ( studentGrade >= 60 ) document.writeln( "Passed" ) ;
B) if ( studentGrade >= 60 ) ; document.writeln( "Passed" ) ;
C) if ( studentGrade >= 60 ) document.write( "Passed" ) ;
D) If ( studentGrade >= 60 ) ; document.write( "Passed" ) ;
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q14: What output will the following script produce<br>Var
Q15: The word top in the term top-down
Q16: Research determined that all programs could be
Q17: What is the value of i after
Q18: Specifying the order in which programming statements
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