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
Science,
1 month ago
English,
1 month ago
History,
1 month ago
Math,
2 months ago
Social Sciences,
9 months ago
Environmental Sciences,
9 months ago
English,
9 months ago