Question: JAVA SIMPLE PROGRAMMING - Task 4: Programming Application Instructions: Use Sublime to write and execute below exercises from the book chapter 5. Attach screenshots of
JAVA SIMPLE PROGRAMMING -
Task 4: Programming Application
Instructions: Use Sublime to write and execute below exercises from the book chapter 5. Attach screenshots of your source code and execution of the code in the command line.
Data Entry: Write a program to ask for some user input, save the user input in an array. Allow users to either tell you how many items to enter or a sentinel value to indicate that there are no more data items. After that, use the data stored in the array to generate at least two different statistical values (such as total, average, min/max) and print as output.
Here is a good example: Ask for the weight and height of a group of people. Store the values in two separate arrays. Then, calculate things such as the BMI of each person, average weight/height of everyone, etc..
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
