Обсуждения
Bit sequence
0 голосов
6 ответовBig O Help
-1 голос
6 ответовData Files management on Swift !!
0 голосов
1 ответHi, I need assistance aka HELP!
I've done this calculation in various ways some of printed nothing but zeros non stop.
Using while loop calculate all numbers 1 to 1000 add numbers to sum = sum + i
int sum = 0;
// use a while loop to calculate the sum of 1 to 1000
While(int sum = 0; sum >= 1000; sum = sum + I){
System.out.println(sum);
}
0 голосов
4 ответовi want to print sum of all integers from 1to 100 like for example :
1
3
6
10
15......
i tried it i know my code is wrong please help me class Program {
public static void main(String[] args) {
for(int x = 1; x <101; x++) {
int sum = int x;
System.out.println("1");
System.out.println("sum");
}
}
}
3 голосов
11 ответовАктуальное сегодня
Started learning python
0 Votes
How can one build an Ai app
2 Votes
Websites for frontend developers
1 Votes
Discrete mathematics (python)
0 Votes
C++, c# , graphical interface
1 Votes
How to learn python
1 Votes
C course progress restart
1 Votes
AI Takeover
0 Votes