Draw a flowchart and create a program that check the weight of the users baggage. The standard baggage is 20kg.An additional charge of PHP 200 per kilogram will be incured when it is exceeded. Pls help me
Expert's answer
weight=float(input("Enter the weight of the user baggage: "))additionalCharge=0ifweight>200:
additionalCharge=(weight-200)*200print(f"Additional charge: PHP {additionalCharge}")
"assignmentexpert.com" is professional group of people in Math subjects! They did assignments in very high level of mathematical modelling in the best quality. Thanks a lot