Changes between Version 8 and Version 9 of GoogleCodeInTaskBook1
- Timestamp:
- Dec 16, 2015, 1:32:27 PM (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
GoogleCodeInTaskBook1
v8 v9 5 5 For this task you need to have a [http://download.haiku-os.org/nightly-images nightly Haiku installed]. 6 6 7 Read through the lessons in ''Learning to program with Haiku'' and take a screenshot of each completed assignment orsubmit your review answers in a single plain text file [[BR]]7 Read through the lessons in ''Learning to program with Haiku'' and take a screenshot of each completed assignment (ideally show the output in Terminal and your code side-by-side) and submit your review answers in a single plain text file [[BR]] 8 8 You do not need to do all of the assignments, but read through the book and get an understanding of the material presented. Do ''some'' of the assignments and learn as you go. Here is list of candidates: 9 9 * Lesson 1: Write a program which prints a box on the Terminal using minuses and pipe symbols. How could you write a program which draws two boxes without having to do a ton of typing?