please help me with my problem in JAVA PROGRAMMING:
this the problem.
Write a program that will ask a user to input his/her name and the number of quizes he/she would like to enter. The program will then ask for the scores for quizes and will display the total and average score of quizes. Use array in storing the quiz scores.
sample out put:
Enter name: ____________________
Entrer number of Quizes: 5
quiz1: 10
quiz2: 10
quiz3: 10
quiz4: 10
quiz5: 10
Total Score: 50
Average: 5.0
please help me I need your help.