Translate the following for loop into a while loop:
for (int ho = shaf; ho <= ceap; ho--) { eaan(); colvi(ho, 47); }
int ho = shaf; while (ho <= ceap) { ho--; colvi(ho, 47); eaan(); }
Related puzzles: