Computer Science, asked by mriganka2908, 5 months ago

intk=3
while (k++<1)
System.out.println(k);
convert to for loop​

Answers

Answered by vedantkathole
0

Explanation:

intk=3

while (k++<1)

System.out.println(k);

convert to for loop

Answered by rajn60365
0

Explanation:

intk=3

while (k++<1)

System.out.println(k);

convert to for loop

Similar questions