Обсуждения
How do i create an app?
0 голосов
3 ответов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 ответовАктуальное сегодня
Why's there an error
2 Votes
Hello people
1 Votes
Machine learning
0 Votes
Linked list
1 Votes
Ideas
1 Votes
Html
0 Votes
How to start learning DBMS?
0 Votes
== and .equals difference?
1 Votes
Usage of size_t in C
0 Votes
while loops
0 Votes