Input & Output
Uses a header file called iostream.h - this provides two objects cin and cout.
cin means “console in” and cout means “console out”.
To output text with the cout object we use what are known as the stream out operators ‘<<’.
To input with cin we use the stream in operators ‘>>’.