Output problems

The following contains extra output related problems. Try them out.

Write a program that will write out the following, note that all indentations are tabs.

The itsy bitsy spider crawled up the water spout
    down came the rain to wash the spider out
        then came the sun that dried up all the rain
            and the itsy bitsy spider crawled up the spout again

Write a program that will write out the following to the screen.

In DOS based systems, you use \ in your path
In UNIX based systems you use / in your path
99% of students polled love ice-cream!
"Always be wary of any helpful item that weighs less than its operating manual."
    - Terry Pratchett

Re-write the hello world program so that it will make a "beep" sounds just before it ends

Last updated