Answered step by step
Verified Expert Solution
Question
1 Approved Answer
if ( age < = 2 ) totalAirfare = 0 ; / / if age is greater than 6 0 , then there is 2
ifage
totalAirfare ;
if age is greater than then there is base cost.
else ifage
totalAirfare ;
otherwise base cost is $
else
totalAirfare ;
if total number of carryOn then extra charge of $
ifcarryOn
totalAirfare totalAirfare ;
if checkedBags then add $ to totalAirfare.
ifcheckedBags
totalAirfare totalAirfare ;
if number of checkedBags then
first add $ for second bag and then add extra $ for each bag.
else ifcheckedBags
totalAirfare totalAirfare checkedBags ;
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started