Question: What value will be assigned to grade when score equals 90? if (score > 60) [ grade = D: } if (score > 70)

What value will be assigned to grade when score equals 90? if (score > 60) [ grade = 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

1 Expert Approved Answer
Step: 1 Unlock

The image shows a snippet of code that appears to be part of a grading system The code assigns lette... View full answer

blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Programming Questions!