Question: IN JAVA File input/output Write a program that allows you to read this file, cis120numsin.text, line by line, which sends each number through the logic
IN JAVA
File input/output
Write a program that allows you to read this file, cis120numsin.text, line by line, which sends each number through the logic to derive the total of all numbers, minimum and maximum numbers, how many numbers (or lines) there are, and the average of all numbers.
Total is: 4205 Minimum is: 1 Maximum is: 304 Number Count is: 27 Average is: 155.74
cis120numsin.txt:
12 24 36 48 60 72 84 96 108 304 1 120 132 144 156 168 180 192 204 216 228 240 252 264 276 288 300
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
