public static void Main()
Console.WriteLine("Please enter a name;");
name1=Console.ReadLine();
Console.write("Pleasw enter a different name;");
name2=Console.ReadLine();
Console.WriteLine("Please enter s place;");
place1=Console.ReadLine();
Console.WriteLine("Please enter a food;");
food1=Console.ReadLine();
Console.WriteLine("Please eneter a different food");
food2=Console.ReadLine();
Console.Writeline("Please enter one more different food;");
food3=Console.Readline();
Console.WriteLine("Please enter a colour;");
colour1=Console.Readline();
Console.WriteLine("Please enter a movie;");
movie1=Console.ReadLine();
Console.WriteLine("one day " = name1 + "went to " + place1 + "because they heard a new cinema had opened and they
wanted to see " + movie1 + ". "
+ name1 + " really liked to eat " + food2 +" at the cinema, but " + name2 + " really liked to eat eat" + food1 + ".they decided that
they wouls get somehting they both liked, " + colour1 + " " + food3 + "." );