Examlex

Solved

Suppose That You Have the Following Statements

question 9

True/False

Suppose that you have the following statements. int score; String grade; if (score >= 65) grade = "pass"; else grade = "fail"; If score is equal to 75, the value of grade is pass.


Definitions:

Related Questions