Amazing! We first had to specify that we want Console to do something. We then told it to write a line with the WriteLine() command.
Console
WriteLine()
Let's start by calling Console. We can then tell it to write a line with the WriteLine() command.