Figure 7 shows part of a program written in C# - AQA - GCSE Computer Science - Question 16 - 2021 - Paper 1
Question 16
Figure 7 shows part of a program written in C#.
```csharp
bool validChoice;
int choice;
validChoice = false;
while (validChoice == false)
{
Console.Write("Enter... show full transcript
Worked Solution & Example Answer:Figure 7 shows part of a program written in C# - AQA - GCSE Computer Science - Question 16 - 2021 - Paper 1
Step 1
Normal data
96%
114 rated
Only available for registered users.
Sign up now to view full answer, or log in if you already have an account!