Challenge 1
Summary
- Instructions are executing until stop condition is
False
. - Counter in the stop condition is changing inside the loop. It can be decremented or incremented by some number.
Task
Swipe to start coding
Understanding the stop condition is important. Change the given code to get such an output:
4
16
36
64
100
Solution
Everything was clear?
Thanks for your feedback!
SectionΒ 1. ChapterΒ 2
single
Ask AI
Ask AI
Ask anything or try one of the suggested questions to begin our chat
Awesome!
Completion rate improved to 6.25
Challenge 1
Swipe to show menu
Summary
- Instructions are executing until stop condition is
False
. - Counter in the stop condition is changing inside the loop. It can be decremented or incremented by some number.
Task
Swipe to start coding
Understanding the stop condition is important. Change the given code to get such an output:
4
16
36
64
100
Solution
Everything was clear?
Thanks for your feedback!
Awesome!
Completion rate improved to 6.25SectionΒ 1. ChapterΒ 2
single