0
i need help writing code
help me please. I can't figure out how to write code using the continue statement that skips odd numbers when calculating the sum. lesson 18.2 c #
3 Antworten
+ 3
If the remainder after dividing the number by 2 is 1, continue (meaning ignore the rest of the loop actions to update the running total).