Write a C# program that: gets the user to enter the name of a film; displays You entered followed by the name of the film entered by the user. The output from the program must be on one line. You should use meaningful variable name(s) and C# syntax in your answer.
Your answer