Run Code
|
API
|
Code Wall
|
Users
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Blog
HW0
//g++ 5.4.0 #include <iostream> int main() { int sum; int count; printf("Contents of array:\n"); for (count =1; count<11; count++){ printf("%d\n",count); sum = sum + count; } printf("The sum is %d.",sum); }
run
|
edit
|
history
|
help
0
Please
log in
to post a comment.
Zahra_matrix
string probe
dia
multiply two numbers (previous)
Polimorfizm :)
My First Wall
A string-integer comparison trick
Metodos 2- programa3
C++ Solar eclipse program(Shoushi integrated) 1644 - 1785 from Ideone( Date: August 14, 2014 )
find first non repeating
stackse - search stackoverflow differently
Please log in to post a comment.