back


ASCII ART

Here's a fun project that will sharpen your practice using cout. After you type "cout" followed by the output operator "<<", whatever you put in quotes will be output to your screen. You will also need to type the "endl" (end of line) operator at the end of each line of code. Take a look at the sample. Your assignment is to create your own ASCII art. Think about your shape and make something that fills up your screen!. Don't forget to write your comments and name at the top of the screen.