(Latest Revision: Tue Mar 27 20:22:52 PDT 2012) clownStackScript.txt

clownStackScript.txt


Script started on Tue Mar 27 18:31:52 PDT 2012
lucifer.local>> a.out

This program has a spring theme.
It uses ASCII art to make a stack of carnival clowns.
You may request a stack containing between 2 and 8 clowns.

How many clowns would you like to see? ===> -34

Negative: bad value.

lucifer.local>> a.out

This program has a spring theme.
It uses ASCII art to make a stack of carnival clowns.
You may request a stack containing between 2 and 8 clowns.

How many clowns would you like to see? ===> 3

OK: Here goes!

             0_
              \`.     ___
               \ \   / __>0
           /\  /  |/' / 
          /  \/   `  ,`'--.
         / /(___________)_ \
         |/ //.-.   .-.\\ \ \
         0 // :@ ___ @: \\ \/
           ( o ^(___)^ o ) 0
            \ \_______/ /
      jgs    '._______.'
             0_
              \`.     ___
               \ \   / __>0
           /\  /  |/' / 
          /  \/   `  ,`'--.
         / /(___________)_ \
         |/ //.-.   .-.\\ \ \
         0 // :@ ___ @: \\ \/
           ( o ^(___)^ o ) 0
            \ \_______/ /
      jgs    '._______.'
             0_
              \`.     ___
               \ \   / __>0
           /\  /  |/' / 
          /  \/   `  ,`'--.
         / /(___________)_ \
         |/ //.-.   .-.\\ \ \
         0 // :@ ___ @: \\ \/
           ( o ^(___)^ o ) 0
            \ \_______/ /
      jgs    '._______.'
           |||||||||||||||
        |||||||||||||||||||||
     |||||||||||||||||||||||||||
  |||||||||||||||||||||||||||||||||

lucifer.local>> a.out

This program has a spring theme.
It uses ASCII art to make a stack of carnival clowns.
You may request a stack containing between 2 and 8 clowns.

How many clowns would you like to see? ===> 0

Zero: bad value.

lucifer.local>> a.out

This program has a spring theme.
It uses ASCII art to make a stack of carnival clowns.
You may request a stack containing between 2 and 8 clowns.

How many clowns would you like to see? ===> 2097

More than eight: bad value.

lucifer.local>> exit
exit

Script done on Tue Mar 27 18:39:25 PDT 2012