Question

If grade has the value of 60, what will the following code display?
if (grade >= 60) {
cout << "Passed";
}
a. nothing.
b. 60
c. Passed
d. cout << "Passed";

Answer

This answer is hidden. It contains 9 characters.