Embassy Expenses calculation
The government of South Africa requires a program to compute the annual cost of an embassy in a foreign country.
They have approached you as a developer to develop this program.
The program must initially input the following values per embassy in each country: monthly salary amount for all staff added together, monthly electricity bill, weekly entertainment allowance, annual building maintenance and the annual security cost. The government of South Africa wants to know how many embassies cost them over R3 000 000 a year.
At the end of processing, the government also wants an average figure on the annual cost of running an embassy.
Processing continues until a country of "ZZZ" is entered.
Write a Python program for the government of South Africa using the information provided in the scenario above.
Refer to the Appendix for the example of possible input/output.