0
Design a program that prompt user to enter 10 numbers and show the sum of all these numbers ( in loop case)
8 ответов
+ 6
You should use cin>> and just add them using '+' operator
+ 5
Homework?
+ 4
I think you can
+ 4
Please provide a link to your Code Playground code so we can help you troubleshoot the specific issues you are running into.
The Code Playground should be relatively easy to find in the website version of SoloLearn, but if you are in the app version, it can be accessed via the curly braces, green circle with plus sign to add a new project, then select the project type.
Looking forward.
+ 3
which language? in any case, showcase your attempt please
0
can we use cin in loop case?
- 2
in loop case!
- 3
I need it's source code...