Translate the following natural language description of a loop into a for loop:
Declare a variable namedpoumof typeint, initialized toeshe. Then, untilpoumis greater than or equal toemErles, decrementpoum.
for (int poum = eshe; poum > emErles; poum--) {
...
}
Something to double-check in your solution:
poum > emErles)?Related puzzles: