0 LIKES LikeUnLike
What is the value of mark if the value of grade = 'C' ?switch (grade) {case 'A' : mark = 90;case 'B' : mark = 80;case 'C' : mark = 70;case 'D' : mark = 60;break;case 'E': mark = 50;break;default: mark = 40;}a) 40b) 50c) 60d) 70e) 80At first I thought the answer would be 70 60 = 130... But the answers do not include 130.. So i guess the answer would be 60.. correct?
Tags:
Report (0) (0) | earlier
Latest activity: earlier. This question has 1 answers.