Answered step by step
Verified Expert Solution
Question
1 Approved Answer
num _ lobsters and total _ cash are read from input. A lobster costs 1 1 dollars. If num _ lobsters is less than 6
numlobsters and totalcash are read from input. A lobster costs dollars.
If numlobsters is less than then output 'numlobsters requires at least to purchase.
If numlobsters is greater than or equal to then assign totalcost with the product of numlobsters and
If totalcost is less than or equal to totalcash, then output 'Lobsters successfully purchased.
Otherwise, output 'Not enough money to buy all.
If totalcash is greater than or equal to then output At least one item was purchased.
If numlobsters is greater than then output 'Restocking soon.
Otherwise, output 'Item still in stock. python coding please
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