Sale!

(Task 3 Arrays) Write and execute a JAVA program that will allow the user to input the prices of 7 items into an array using for loop.

Original price was: $5.00.Current price is: $3.50.

-30%
(1 customer review)

Free worldwide shipping on all orders over $50

  • 30 days easy returns
  • Order yours before 2.30pm for same day dispatch
Guaranteed Safe Checkout

Placeholder
(Task 3 Arrays) Write and execute a JAVA program that will allow the user to input the prices of 7 items into an array using for loop.
$5.00 Original price was: $5.00.$3.50Current price is: $3.50.

Task 3: Arrays (30 marks)

Write and execute a JAVA program that will allow the user to input the prices of 7 items into an array using for loop. The program should determine the maximum price using while loop and then display the same.

Sample output:

Enter price:12

Enter price:34

Enter price:11

Enter price:2

Enter price:34

Enter price:56

Enter price: 78

maximum price: 78.0