question archive Write a complete java program that: Prompts the user to enter from the keyboard five integer numbers and store them into an array named arr
Subject:Computer SciencePrice: Bought3
Write a complete java program that:
Prompts the user to enter from the keyboard five integer numbers and store them into an array named arr.
Calculate the summation of the array arr
Display the value of array arr summation.