Translate the following natural language description of a loop into a for loop:
Declare a variable namedfuiof typeshort, initialized toacla. Then, untilfuiis less than or equal toernir, decrementfui.
for (short fui = acla; fui < ernir; fui--) {
...
}
Something to double-check in your solution:
fui < ernir)?Related puzzles: