Extend the C# program snippet shown in Figure 1.
Console.Write("Enter player level: ");
int level = Convert.ToInt32(Console.ReadLine());
Figure 1
The extended program must keep prompting the user to enter the player level until they enter a level that is between 1 and 50 inclusive.
You should use meaningful variable names and correct C# syntax in your answer.
298 exam-style questions on AQA GCSE Computer Science Programming concepts. Each one has a worked solution and a mark scheme showing where the marks go.