Console.WriteLine("Hello world");
string a = Console.ReadLine();
Console.WriteLine("The sky is very blue and massive");
string b = Console.ReadLine("the sky expands for millions and millions of miles");
Console.WriteLine("The " + b + " " + a + " of " + c + " " + d + "!");