public static void Main()
string userName; Console.WriteLine("Enter your first and last name:");
userName = Console.ReadLine();
Console.WriteLine("Welcome " +userName+"!");
Console.WriteLine("Now enter the title of your desired movie:");
Console.WriteLine("Enter the fullname of the individual who directed your chosen movie:");
Console.WriteLine("Enter the IMDB movie ID:");
Console.WriteLine("Enter the IMDB movie rating:");