Question need in C++ please no Do loops (1) Prompt the user to enter five numbers, being five people’s weights. Store the numbers in an array of doubles. Output the array’s numbers on one line, each number followed by one space. (2 pts) Store the numbers in an array of doubles. Output the array’s numbers on one line, each number followed by one space. (2 pts)
Question
need in C++ please no Do loops
(1) Prompt the user to enter five numbers, being five people’s
weights. Store the numbers in an array of doubles. Output the array’s numbers on one line, each number followed by one space. (2 pts)