Question: Write a program that asks the user to enter three grocery item prices in floating point i.e. in decimal values. The program should calculate the
Write a program that asks the user to enter three grocery item prices in floating point i.e. in decimal values. The program should calculate the average price. Display the prices of the items entered and the average price. Format the average price to two decimal places.
You can use Scanner class or JOptionPane class for input and output.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
