Fantasy F.

asked • 08/17/21

Given a function prototype ( void findtotal (int[ ]) ), write a full program with a main() that :

The answer must be in C++ and use #include<iostream>


Given a function prototype ( void findtotal (int[ ]) ), write a full program with a main() that :

-Gets user input for 5 numbers. The numbers should be stored in an array.

-The array will be passed through a function call to findtotal (…). Additional info : The function will total up the array elements and display the total.


Additional info : The function will total up the array elements and display the total.


Sample Output Screen

Enter a number : 5

Enter a number : 5

Enter a number : 3

Enter a number : 1

Enter a number : 1


Sum is 15

1 Expert Answer

By:

Patrick B. answered • 08/17/21

Tutor
4.7 (31)

Math and computer tutor/teacher

Fantasy F.

hi would appreciate if you could give a mini explanation so I will be able understand better. Thank You
Report

08/17/21

Patrick B.

would appreciate if you could send me an email so I can explain
Report

08/18/21

Still looking for help? Get the right answer, fast.

Ask a question for free

Get a free answer to a quick problem.
Most questions answered within 4 hours.

OR

Find an Online Tutor Now

Choose an expert and meet online. No packages or subscriptions, pay only for the time you need.