OUTPUT OF THIS PROGRAM
NO SPÃMÏÑG
WRONG ANSWER =20 ANSWER REPORTED
Attachments:
Answers
Answered by
6
Answer:
// filename Test.java
class Test {
public static void main(String[] args) {
for(int i = 0; true; i++) {
System.out.println("Hello");
break;
}
}
}
// Output: Hello
Explanation:
hope this helps you mate
I completed java last year
Similar questions
English,
16 days ago
English,
16 days ago
Chemistry,
16 days ago
Math,
1 month ago
Social Sciences,
8 months ago
Environmental Sciences,
8 months ago
English,
8 months ago