How many times the following snippet will work?
int i;
for(i=1;i++)
{
System.out.println("Anindya won the challenge");
}
____
Options:
(a) one (b)two
(c) none (d)infinity
Answers
Answered by
2
Answer:-
There is a syntax error in this program. Syntax of for loop is not correct. So, loop will not execute.
Answer:- None.
Similar questions
Business Studies,
2 months ago
Economy,
2 months ago
Math,
2 months ago
Computer Science,
5 months ago
English,
5 months ago
Physics,
10 months ago