Challenge: Commenting out Code
Swipe to start coding
Some lines of the program contain syntax errors. This is a classic scenario where we might sometimes want to temporarily ignore some lines of code which are incorrect - of course to fix them later.
Find and comment out the lines that are causing errors, so that the program runs correctly. Use multi-line comments for this purpose.
Solution
Thanks for your feedback!
single
Ask AI
Ask AI
Ask anything or try one of the suggested questions to begin our chat
Awesome!
Completion rate improved to 1.33
Challenge: Commenting out Code
Swipe to show menu
Swipe to start coding
Some lines of the program contain syntax errors. This is a classic scenario where we might sometimes want to temporarily ignore some lines of code which are incorrect - of course to fix them later.
Find and comment out the lines that are causing errors, so that the program runs correctly. Use multi-line comments for this purpose.
Solution
Thanks for your feedback!
Awesome!
Completion rate improved to 1.33single