Lab GetEven

Even Numbers

Overview

Exercise basics of C++ : variables, data types, basic IO.

Objective

Read in an integer from console, print out all even numbers that are less than the input number.

Note:

Install the IDE of your choice

Practice "Basics of C++" section of http://www.cplusplus.com/doc/tutorial/

Input Format: 

Your program will read an integer from cin 

Output Format:

<minimum> even number one on each line

More:

<+> at most 10 even numbers on each line

<+> can you format the output in a "right justified" table format?

<++> how about print a monthly calendar?