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
Answers
Answered by
1
Answer:
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
Similar questions