Computer Science, asked by madsidd82961, 9 months ago

Rewrite int x = 4 , y=50; while(x<=y) { y = y/++x; system.out.println(y); using for loop

Answers

Answered by boss001gamer
0

Explanation:

.....................................

Similar questions