Sample Runs

These runs show how your program should perform:

john@vega: a.out
How many tiles wide do you want your floor to be? 4
How many courses do you want in your floor? 3

  ____        ____        
 /    \      /    \      /
/      \____/      \____/
\      /    \      /    \
 \____/      \____/      \
 /    \      /    \      /
/      \____/      \____/
\      /    \      /    \
 \____/      \____/      \
 /    \      /    \      /
/      \____/      \____/
\      /    \      /    \
 \____/      \____/      \

john@vega: a.out
How many tiles wide do you want your floor to be? 3
How many courses do you want in your floor? 4

  ____        ____
 /    \      /    \
/      \____/      \
\      /    \      /
 \____/      \____/
 /    \      /    \
/      \____/      \
\      /    \      /
 \____/      \____/
 /    \      /    \
/      \____/      \
\      /    \      /
 \____/      \____/
 /    \      /    \
/      \____/      \
\      /    \      /
 \____/      \____/

john@vega: a.out
How many tiles wide do you want your floor to be? 1
How many courses do you want in your floor? 3

  ____
 /    \
/      \
\      /
 \____/
 /    \
/      \
\      /
 \____/
 /    \
/      \
\      /
 \____/

john@vega: a.out
How many tiles wide do you want your floor to be? 5
How many courses do you want in your floor? 4

  ____        ____        ____
 /    \      /    \      /    \
/      \____/      \____/      \
\      /    \      /    \      /
 \____/      \____/      \____/
 /    \      /    \      /    \
/      \____/      \____/      \
\      /    \      /    \      /
 \____/      \____/      \____/
 /    \      /    \      /    \
/      \____/      \____/      \
\      /    \      /    \      /
 \____/      \____/      \____/
 /    \      /    \      /    \
/      \____/      \____/      \
\      /    \      /    \      /
 \____/      \____/      \____/

john@vega: