[SOLVED] Integer Analysis Java Program

15.00 $

Programming resource
Digital learning resource
Category:
Practical programming resource
Suitable for guided study and reference
Tutor guidance available when needed

Description

5/5 - (2 votes)
Write a program that will accept numbers from a user, validates the input data, and performs some basic statistics on the number set.

Requirements

1. Prompt the user to enter 5 numbers between 0-100

2. Use exception handling and validation while accepting user input

3. Find the average of all the numbers

4. Find the smallest number

5. Find the largest number

6. Implement a loop to run the program again if the user wishes

Resource details

Understand the Task Before You Use the Resource

Review the requirements, identify the programming concepts involved, study the implementation and test your understanding with your own examples and modifications.