Exercise 2.2.4: Our First Integer

2 points
LET'S GO!

Write a program that declares an int named year and set 
it equal to the current year. Then print it out.

If it were the year 2016, the output should say:

The current year is 2016

Note: You must include the current year and the word "year" in your output.