Changes between Version 8 and Version 9 of GoogleCodeInTaskBook1


Ignore:
Timestamp:
Dec 16, 2015, 1:32:27 PM (9 years ago)
Author:
humdinger
Comment:

suggest to show code and output side-by-side

Legend:

Unmodified
Added
Removed
Modified
  • GoogleCodeInTaskBook1

    v8 v9  
    55For this task you need to have a [http://download.haiku-os.org/nightly-images nightly Haiku installed].
    66
    7 Read through the lessons in ''Learning to program with Haiku'' and take a screenshot of each completed assignment or submit your review answers in a single plain text file [[BR]]
     7Read 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]]
    88You 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:
    99* 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?