Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

1.2: Cyber Tailor Write a pregram that asks for the user's height, weight, and age, and then computes clothing sizes according to the formulas: Hat

image text in transcribed

1.2: Cyber Tailor Write a pregram that asks for the user's height, weight, and age, and then computes clothing sizes according to the formulas: Hat size-weight in pounds divided by height in inches and all that multiplied by 2.9 Jacket size (chest in inches) height times weight divided by 288 and then adjusted by adding 1/8 of an inch for each 10 years over age 30. (note that the adjustment only takes place after a full 10 years, So, there is no adjustment for ages 30 through 39, but 1/8 of an inch is added for age 40.) Waist in inches weight divided by 5.7 and then adjusted by adding 1/10 of an inch for each 2 years over age 28. (note that the adjustment only takes place after a full 2 years. So, there is no adjustment for age 29, but 1/10 of an inch is added for age 30.) Use functions for each calculation. Your program should allow the user to repeat this calculation as often as the user wishes. Input Notes:Height, weight and age are all to be entered as integers, separated by white space, after the main prompt. After the continuation prompt, the program reads in a character and repeats its actions y and otherwise terminates. the character s a or a

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

Data And Databases

Authors: Jeff Mapua

1st Edition

1978502257, 978-1978502253

More Books

Students also viewed these Databases questions