Question Constellation Sign up for free
Q01.5 2 marks

AQA · GCSE · Computer Science · Higher · Paper 1A Computational thinking and programming skills (C#)

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