...

/

Challenge 2: Count Iterations of a Loop Until a Condition

Challenge 2: Count Iterations of a Loop Until a Condition

This challenge will test your knowledge of while loops.

Problem Statement

  • A variable x is provided to you.

  • Repeatedly decrease the value of the variable x by 3 each time, as long as x is greater than or equal ...