Question: Consider the following statements. int score; string grade; if (score >= 65)grade = pass; elsegrade = fail; If score is equal to 75, the value
Consider the following statements.
int score; string grade;
if (score >= 65)grade = "pass"; elsegrade = "fail";
If score is equal to 75, the value of grade is "____________________"
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
