June 2017
Beginner
320 pages
7h 37m
English
Now it is time to pick up the pace. You are doing a lot of printing to get you familiar with typing simple things, but those simple things are fairly boring. What we want to do now is get data into your programs. This is a little tricky because you have to learn to do two things that may not make sense right away, but trust me and do it anyway. It will make sense in a few exercises.
Most of what software does is the following:
1. Takes some kind of input from a person.
2. Changes it.
3. Prints out something to show how it changed.
So far you have been printing strings, but you haven’t been able to get any input from a person. You may not even know what “input” means, but type this code in anyway and make it exactly ...
Read now
Unlock full access