Solved

Which of the Following Statements Is Correct

Question 19

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:

verifed

Verified

Unlock this answer now
Get Access to more Verified Answers free of charge

Related Questions