Challenge: Commenting out Code
Uppgift
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.
Lösning
Var allt tydligt?
Tack för dina kommentarer!
Avsnitt 1. Kapitel 13