Question: Write a script using 'if - elseif' to assign different grades based on the conditions below: 90
Write a script using 'if - elseif' to assign different grades based on the conditions below: 90 <= score <= 100 A 80 <= score < 90 B 70 <= score < 80 C 60 <= score < 70 D score < 60 F
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
