|
Hour 1: Becoming a Programmer
Notes and Corrections
Source Files
Reader Questions
Activities
- Solution #1: Visit Sun's official Java
site and read some of the
introductory articles about Java.
- Solution #2: An example of instructions (in English) to handle the
task:
- Dear personal computer,
- Item 1: Give the user a chance to select a number.
- Item 2: Add 10 to this number.
- Item 3: Multiply the resulting number by 5.
- Item 4: Display the final value of the number.
- Love,
- Snookie Lumps
|