Does anyone know how to help? Part I Create a flowchart to…

Question Answered step-by-step Does anyone know how to help? Part I Create a flowchart to… Does anyone know how to help? Part ICreate a flowchart to represent the above requirements. The flowchart must include a loop and if-then Part IIYou are going to translate the flowcharts from Part I into Python code. Sample output (Payroll)Employee Name -> Al BundyEnter hours worked -> 40Enter hourly rate -> 5.25Al Bundy:  40.0 * 5.25 = 210.0 More calculations y/n -> yEmployee Name -> James BondEnter hours worked -> 60Enter hourly rate -> 250James Bond:  60.0 * 250.0 = 15000.0 More calculations y/n -> nThank you for using our calculator Sample output (MPG)Enter Car Name -> Truck 1Enter Trip Name -> East beachEnter Miles driven -> 250Enter Gas used -> 12Enter Gallon price -> 3.65Truck 1: Trip name= East beach, MPG= 250.0 / 12.0 = 20.8, cost= 43.8  More calculations y/n -> yEnter Car Name -> Honda PickupEnter Trip Name -> MountainEnter Miles driven -> 175Enter Gas used -> 16Enter Gallon price -> 3.82Honda Pickup: Trip name= Mountain, MPG= 175.0 / 16.0 = 10.9375, cost= 61.12  More calculations y/n -> nThank you for using our calculator Computer Science Engineering & Technology Python Programming ENTD 200 Share QuestionEmailCopy link Comments (0)