Add to Chrome
✅ The verified answer to this question is available below. Our community-reviewed solutions help you understand the material better.
Mitu korda prinditakse konsooli "Hello"?
int n = 5;while (n < 0) { System.out.println("Hello"); n--;}
int n = 5;
while (n < 0) { System.out.println("Hello"); n--;}
while (n < 0) {
System.out.println("Hello");
n--;
}
10
0
1
5
Get Unlimited Answers To Exam Questions - Install Crowdly Extension Now!