Practice Challenges for Fun
In this lesson, we go over some challenges to practice debugging.
We'll cover the following...
We'll cover the following...
Challenge 1: Make the program readable
The following program compiles and executes correctly, but its form is not useful for human readers. Edit the program so that each statement is clear and properly indented.
Show Answer
Did you find this helpful?