Question: Use Java on NetBeans Read Inputs Read from standard input device Compute Average The average is: Exit This GUI works as follows: Clicking the Read

Use Java on NetBeans
Read Inputs Read from standard input device Compute Average The average is: Exit This GUI works as follows: Clicking the Read from standard input device button does the following: 1. Read numerical strings from the standard input device. Assume that the inputs are separated by newlines. Hint: read the inputs inside a loop statement. 2. Parse each of the numerical strings to Double. 3. Store all the double numbers inside an array of doubles. Clicking the "Compute average" button computes the average number of all the double values in the array, and shows the output in the proper text field. Clicking the "Exit" button ends the program execution
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
