And I < 100
If i MOD 5=0, then (if I is a multiple of 5, MOD is the remainder)
Print one (output one)
If ... it will be over.
i=i+ 1
WEND (into the next cycle)
end
The program is to find the multiple of 5 in 100, totaling *** 19.