Examlex

Solved

Consider the Following Statements

question 3

Short Answer

Consider 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 "____________________".


Definitions:

Related Questions