It’s all well and good to write programs which contain only constants, but running them is boring: the results are always the same!
Instead, we want to write programs with variables so that the program’s results will vary.
But variables are not enough: we need a way to get variable data into those variables—and that’s where get comes into play. With get, we can get information from the keyboard.
And with variable information from the keyboard, we can see that it’s much better to get than to give!
No comments:
Post a Comment