Question: Write a program called CheckPassFail which prints PASS if the int variable mark is more than or equal to 50, or prints FAIL otherwise. The
Write a program called CheckPassFail which prints "PASS" if the int variable "mark" is more than or equal to 50, or prints "FAIL" otherwise. The program shall always print DONE before exiting (Use IF...ELSE statement).
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
