1. 学习
  2. /
  3. 课程
  4. /
  5. Intermediate Java

Connected

练习

Odd summing

You wish to know how quickly the sum of the odd number grows up to 100. Why not write a code that does that?

说明

100 XP
  • Enter the correct keyword to create the loop.
  • Call the appropriate variable to store the total reached.
  • Use the fitting operation to have i increase by 2 each run.