Question: What value will be assigned to grade when score equals 90? if (score > 60) [ grade = D: } if (score > 70)
70) {">
What value will be assigned to grade when score equals 90? if (score > 60) [ grade = "D": } if (score > 70) { grade = "C"; } if (score > 80) { grade = "B": } if (score > 90) grade = "A";
Step by Step Solution
There are 3 Steps involved in it
The image shows a snippet of code that appears to be part of a grading system The code assigns lette... View full answer
Get step-by-step solutions from verified subject matter experts
