This is filler because for some reason stack overflow does not want my post to be completely code, even though the question makes is all you need and I really don't know what else here so I'll just post the question now.
using System;
public class Program
{
public static void Main()
{
Console.WriteLine("Welcome to this code!");
Console.WriteLine("do nothing for 5 seconds . . .");
//I need to delay the following code
Console.WriteLine("Which game would you like to play?");
}
}