Line: | Intro Line | Type: | Walkthrough |
You should have completed: | Counting Up | This topic leads to: | Business Card |
Any program takes input, processes it, and produces output. This exercise demonstrates the process in a very simple form, taking input from the user, creating a new message using that input, and then outputting it to the user
This is an example of code which compiles just fine, but still has a 'bug' in it. In this case, there are spaces missing in one of the messages.