Rewrite the following code snippet by using while loop and give the output
int p=0; for(int i=1;i<=5;i++) { System.out.println(i+” “); p=p+1; }
Answers
Answered by
0
Answer:
I not understand why you
Explanation:
please maark me brainly list
Similar questions