Обсуждения
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 ответовАктуальное сегодня
Activities on sololearn
4 Votes
Html issue
2 Votes
Can you help me ?
1 Votes
How I can use div
1 Votes
TIPS From Veterans
1 Votes
App development 🔥☝️
1 Votes
Playground input
1 Votes
Computer architecture
1 Votes
What am I doing wring?
1 Votes