A bowling alley charges £8 per person for a game. If there are eight or more people in a group booking, the group is given a £12 discount off the final total.
Write a C# program to calculate the total charge for a group booking at the bowling alley.
The program must:
You should use meaningful variable name(s) and C# syntax in your answer.