public class Test
public static void main(String[] args) {
int cnt=0;
while(true)
{
if(cnt > 4)
break;
if(cnt==0)
{
cnt++;
continue;
System.out.print(cnt + " ");
cnt++;
Answers
Answered by
0
Answer:
l can't understand your question
Similar questions
Hindi,
30 days ago
Computer Science,
30 days ago
Physics,
2 months ago
Computer Science,
9 months ago
Hindi,
9 months ago