Question: *Java Programming* Instructions Create a java program that can perform the given specifications below: A program that will ask the user to input the number

*Java Programming*
Instructions Create a java program that can perform the given specifications below: A program that will ask the user to input the number of items purchased by the costumer. After having the number of items purchased, the program will repeatedly ask the user to input the total prize of each item being purchased using for loop. After obtaining all the total prize of the items, the program will calculate and display the total amount purchased by the costumer. Further, the program will input the amount paid by the costumer the calculate and display the change. Execute the program at least 5 times and have a screenshot of the output in every execution. Put it in a word document and upload together with the java file. Sample Output: Total number of items: 5 Item 1: 10.00 Item 2: 5.50 Item 3: 15.00 Item 4: 20.25 Item 5: 10.00 Total amount purchased: 60.75 Amount paid: 61.00 Change: 0.25
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
