Question: Study the following decision statements as part of a java program. if (Grade > 45) System.out.println (Congratulations, You passed the course); else System.out.println (Unfortunately, you
Study the following decision statements as part of a java program. if (Grade > 45) System.out.println ("Congratulations, You passed the course"); else System.out.println ("Unfortunately, you did not pass the course"); What is the output of the program when Grade is a) 37, b) 45, and c) 90? Briefly explain how this decision statement works.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
