Question: Write a program that reads 100 integers and displays its minimum and average. Please consider the extreme case when all integers are positive. For instance,
Write a program that reads 100 integers and displays its minimum and average. Please consider the extreme case when all integers are positive. For instance, by given 1, 2, , 100, the minimum will be 1. Using for loop.(No arrays) Java
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
