Question: #2 please and thank you C programming please Demonstrate for your instructor's approval: Instructor signature: 2) (S pts) Arrays & Vectors: write a program which

 #2 please and thank you C programming please Demonstrate for your

#2 please and thank you C programming please

Demonstrate for your instructor's approval: Instructor signature: 2) (S pts) Arrays & Vectors: write a program which prompts the user to enter numbers (terminated with a non-numeric), reads them simultaneously into an array of doubles and into a vector of doubles, then prints A) the array elements in the original order B) the vector elements in reverse order C) the average of the vector elements D) the largest of the vector elements Example program output, user input shown underlined Enter a list of numbers, terminated with a non-umeric: 1 2 2 3.8-4.0 s You entered: 1 2.2 3.8-4 Vector in reverse: -4 3.8 2.21 Average: 0.75 Largest: 3.8

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!