Translate the following for loop into a while loop:
for (short ound = 72; ound <= ecEi; ound--) {
steLopuel(ound, 3);
pran();
}
short ound = 72;
while (ound <= ecEi) {
ound--;
pran();
steLopuel(ound, 3);
}
Related puzzles: