Dyskusje Q&A
JS Advent calendar
1 Głos
1 Odpowiedź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 głosów
11 odpowiedziI've been trying to make first example program work for about an hour now and I've re-typed it multiple times but it still gives me the same error
ExampleProgram.java:3: error: cannot find symbol
System.out.printIn("Hello World");
And the arrow is pointing at the period (.) after out. Anyone can help me?
0 głosów
7 odpowiedziProgram
-6 głosów
2 odpowiedziPopularne dzisiaj
Activities on sololearn
4 Votes
Html issue
2 Votes
Can you help me ?
1 Votes
Code coach
0 Votes
How I can use div
1 Votes
TIPS From Veterans
3 Votes
App development 🔥☝️
1 Votes
Playground input
1 Votes
What am I doing wring?
1 Votes