Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Integers numTurkeys and myMoney are read from input. A turkey costs 6 dollars: - If numTurkeys is less than 6 , output numTurkeys is less

image text in transcribed
Integers numTurkeys and myMoney are read from input. A turkey costs 6 dollars: - If numTurkeys is less than 6 , output "numTurkeys is less than the required amount to purchage: - If numTurkeys is greater than or equal to 6 , then declare and initiaize int variable totalcost with the product of numTurkays and 6 . - If fotalCost is less than or equal to myMoney, output "Successful purchaser" - Otherwise, output "Need more money to purchase all" - If numTurkeys is greater than 37, output "Now out of stock" End with a newline. Ex if the input is 18126 , then the output is: Successful purchasel Iinclude ciostreams using nanespace std; int =ain() ( int numfurkeys: int mymoney; cin > numturkeys: cin s) wymoney; y. vour code goes here if 13. return 0

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

SQL Instant Reference

Authors: Gruber, Martin Gruber

2nd Edition

0782125395, 9780782125399

More Books

Students also viewed these Databases questions