Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

This should be a C++ program The Bumpkins of Bumpus 1. (Borrowed from ACM programming team 2002) Create a program file named bumpkin. cpp to

image text in transcribed

image text in transcribed

This should be a C++ program

The Bumpkins of Bumpus 1. (Borrowed from ACM programming team 2002) Create a program file named bumpkin. cpp to solve the following problem The people of Bumpus (Bumpkins) are a fun, happy, peace loving people who have a big problem. They have very little depth perception and are constantly running into doors They've asked you to write a program to let them know when they should duck going through a doorway Since Bumpkins love fun, some of their doorways have been made intentionally short of force other Bumpkins to either crawl or limbo through the door Unfortunately, the Bumpkins don't all use the same set of measurements so some heights are measured in inches, others in feet, others in yards, others in centimeters, and others in meters. To do the conversions recall that: 1 inch 2.52 cm yard 3 ft 1 foot. 12 inches 1 meter 100 cm Input The input file, bumpkin data. txt, will begin with a single line, telling you how many Bumpkins want help. Then, for each Bumpkin, there will be data about the Bumpkin and the doorways they reach. The first line of each dataset will give you the Bumpkin's name (all Bumpkins have names of exactly 6 characters) an integer n the number of doors to process for this Bumpkin (n 0), and the Bumpkin's height, a floating point number followed by exactly one blank and then one of 'i', 'f', 'y', 'c', or 'm' representing inches feet, yards, centimeters, and meters). The next n lines will have the height of the doorways in the bumpkin's life, one per line Each height will be a floating point number followed by exactly one blank and one of 'i', 'f' y 'c', or 'm' (representing inches, feet, yards cm, and meters Output. For each bumpkin, print the name of the Bumpkin on one line and then for each door print the way the Bumpkin should travel through the door Decide on a mode of travel based on the table below where b is the height of the Bumpkin, d is the height of the door expressed in the same units) Door Height Travel Method d b 1.25 Stilts b 25 a b 1.05 Walk b 05 d b 0.65 Duck b 0.65 d b 0.40 Crawl

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

Securing SQL Server Protecting Your Database From Attackers

Authors: Denny Cherry

3rd Edition

0128012757, 978-0128012758

More Books

Students also viewed these Databases questions

Question

What is Accounting?

Answered: 1 week ago

Question

Define organisation chart

Answered: 1 week ago

Question

What are the advantages of planning ?

Answered: 1 week ago