Question: use oracle javase to write code about this question Q 2. Consider the task of finding the average of numbers in a file containing a

use oracle javase to write code about this question
Q 2. Consider the task of finding the average of numbers in a file containing a sequence of positive numbers. The processing is to be done as follows: If at any point, the program encounters a negative number, the program should terminate immediately, printing an error mesg. If no negative number is encountered, the average of all the numbers is printed. av (b) In centos, compile and run your program and test using 4 data files: one with no negative numbers, an empty file, and one with a negative number in the middle, and one with a negative number at the start
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
