Question: Fall 2018 CSC 2310 -Introduction to Computer Software Systems Pre-Course Assessment (100 points) Caldwell Due by 3:15 pm today (8/21)! Problem: Develop a Java program
Fall 2018 CSC 2310 -Introduction to Computer Software Systems Pre-Course Assessment (100 points) Caldwell Due by 3:15 pm today (8/21)! Problem: Develop a Java program to allow a user to enter a series of integers from the keyboard. The last number entered is always-1 and this is the only time it is entered. Display the list of numbers entered then find and display the sum and average of all positive integers entered from the keyboard. Also print the difference between each positive number entered and the average. Run your program using the following data: Run 1: 0-2,-4,-5,-1 Run 2: -1 Run 3: 4, 8, 10, 12,-5, 20,-1 Display the output for each sample run. Submit the following to Canvas for grading: .Algorithm (Steps to solve the problem prior to writing the program) - 10 points Java program -70 points . Sample output-20 points MacBook Air 20 g88 2 3 5 6 9
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
