Challenge: Determine Sizes with Conditionals
Task
Swipe to start coding
Create a program that outputs "LARGE" or "SMALL" based on the given number:
- A number is considered large if it is greater than or equal to
100. - A number is considered small if it is less than
100. - You can assign any number to the variable
num.
Solution
Everything was clear?
Thanks for your feedback!
SectionΒ 4. ChapterΒ 4
single
Ask AI
Ask AI
Ask anything or try one of the suggested questions to begin our chat
Awesome!
Completion rate improved to 2.5
Challenge: Determine Sizes with Conditionals
Swipe to show menu
Task
Swipe to start coding
Create a program that outputs "LARGE" or "SMALL" based on the given number:
- A number is considered large if it is greater than or equal to
100. - A number is considered small if it is less than
100. - You can assign any number to the variable
num.
Solution
Everything was clear?
Thanks for your feedback!
SectionΒ 4. ChapterΒ 4
single