4.5 People's Weight (Java) (1) Prompt the user to enter five numbers, being five people's weights. Store the numbers in an array of doubles. Output the arrays numbers on one line, each number followed by one space. Ex. Enter weight 1: 236 Enter weight 2: 89.5 Enter weight 3: 142 Enter weight 4: 166.3 Enter weight 5: 93 (2) Also output the total weight by summing the arrays elements (3) Also output the average of the arrays elements (4)Also output the max array element EX: Enter weight 1: 236 Enter weight 2: 89.5 Enter weight 3: 142 Enter weight 4: 166.3 Enter weight:93 You entered: 236.0 89.5 142.0 166.3 93.0 Total Weight: 726.8 Average Weight: 145.35999999 Max Weight: 236.0 Code: import java.util.Scanner; public class PeopleWeights { public static void main(String[] args { /*Type your code here.*/ return; } }

EBK JAVA PROGRAMMING
9th Edition
ISBN:9781337671385
Author:FARRELL
Publisher:FARRELL
Chapter8: Arrays
Section: Chapter Questions
Problem 11RQ
icon
Related questions
Question
4.5 People's Weight (Java) (1) Prompt the user to enter five numbers, being five people's weights. Store the numbers in an array of doubles. Output the arrays numbers on one line, each number followed by one space. Ex. Enter weight 1: 236 Enter weight 2: 89.5 Enter weight 3: 142 Enter weight 4: 166.3 Enter weight 5: 93 (2) Also output the total weight by summing the arrays elements (3) Also output the average of the arrays elements (4)Also output the max array element EX: Enter weight 1: 236 Enter weight 2: 89.5 Enter weight 3: 142 Enter weight 4: 166.3 Enter weight:93 You entered: 236.0 89.5 142.0 166.3 93.0 Total Weight: 726.8 Average Weight: 145.35999999 Max Weight: 236.0 Code: import java.util.Scanner; public class PeopleWeights { public static void main(String[] args { /*Type your code here.*/ return; } }
Expert Solution
trending now

Trending now

This is a popular solution!

steps

Step by step

Solved in 3 steps with 1 images

Blurred answer
Knowledge Booster
Fundamentals of Multithreaded Algorithms
Learn more about
Need a deep-dive on the concept behind this application? Look no further. Learn more about this topic, computer-science and related others by exploring similar questions and additional content below.
Similar questions
  • SEE MORE QUESTIONS
Recommended textbooks for you
EBK JAVA PROGRAMMING
EBK JAVA PROGRAMMING
Computer Science
ISBN:
9781337671385
Author:
FARRELL
Publisher:
CENGAGE LEARNING - CONSIGNMENT