Write a program to print the grade of a student according to the following criteria: (i) marks

Question:

Write a program to print the grade of a student according to the following criteria:

(i) marks > 80 A+ Grade

(ii) 70 < marks 80 A Grade

(iii) 60 < marks 70 B Grade

(iv) 50 < marks 60 C Grade

(v) 40 < marks 50 D Grade Generate all du-paths and write test cases for all du-paths.

Fantastic news! We've Found the answer you've been seeking!

Step by Step Answer:

Question Posted: