Question: Write a program that compares a list price and an actual price. Your program should print a single message. If the actual price is less
Write a program that compares a list price and an actual price. Your program should print a single message. If the actual price is less than of the list price, print "Great deal". Otherwise, if the actual price is less than of the list price, print "Good deal". If that is not the case but the actual price is no more than the list price, print Ok deal". If none of these apply, print "Bad deal".
Use the output commands:
System.out.printlnBad deal";
System.out.printlnGood deal";
System.out.printlnGreat deal";
System.out.printlnOk deal";
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
