A mini-golf course charges £12 per player for a game. If there are five or more players in a group, the group is given a £4 discount on their total bill.
Write a Python program to calculate the total charge for a group of players visiting the mini-golf course.
The program must:
You should use indentation as appropriate, meaningful variable name(s) and Python 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.