#WSQ10

This program consists on ask the user for ten numbers and show the user the total, average and standard deviation of those numbers.

I implemented arrays, but is useful to know that this program works with vectors too.

Here you have some pictures, the first one shows my code and in the second one you can show the program working.

The “new” thing in this program is know how to declare and use arrays, but I found it really simple, because once you know how to declare a variable, declare an array is easy, because you follow the same structure.

If you don’t know how to implement arrays, you can look this link, I found it really useful:

http://www.cplusplus.com/doc/tutorial/arrays/

Also, you can find my code here:

GitHub: https://github.com/taniaprogram/SolvingProblemsWithProgramming/blob/master/Arreglos.cpp

Google Drive: https://drive.google.com/file/d/0B-NM4ghaDXBvVndJMjVhNFE3QW8/view?usp=sharing

CC BY 4.0 #WSQ10 by Tania Pardo is licensed under a Creative Commons Attribution 4.0 International License.

Comments are closed.