F&A Diskussionen
Помогите с задачами
0 Stimmen
1 Antwort
what have i to do, if i want that the program always writes for example :
0+1
1+2
3+3
6+4
10+5
15+6
...
because now it just writes
1
3
6
10
15
...
and maybe if it works, can i make then
0+1=1
1+2=3
3+3=6
6+4=10
#include <iostream>
using namespace std;
int main(){
int i;
int sum = 0;
for (i = 1; i <= 100; i++){
sum = sum+i;
cout<<sum<<endl;
}
cout<<sum;
return 0;
}
1 Stimme
5 AntwortenWher is mistake?
0 Stimmen
5 AntwortenHeute heiß
Question
1 Votes
Wayss
0 Votes
fully dynamic arrays
1 Votes
I dont now that how to do js
2 Votes
Project subjection
0 Votes
How to start in web dev?
0 Votes
Calculatrice
0 Votes