Computer Science, asked by vamsi4662, 4 months ago

write a python program to calculate the total amount a family of n members should pay to attend a fair . use iterative statements to accept the age of each family member and based on the age calculate the total amount the family should pay after discount without using append
Pls say the answer fast
It is urgent
Don't send waste answers​

Answers

Answered by tejchoola
0

Answer:

Write a Python program to calculate the total amount a family of N members should pay to attend the fair.

The program should:

1. Accept the no. of members in the family (say, N) from the user.

2. Use iterative statements to,

● Accept the age of each family member and based on the age, calculate the total final amount the

family should pay after discount.

Similar questions