Question

Modularisation

Structure chart and flow chart for program that calculates gown sizes by input a student's height in feet and inches and weight in pounds.It converts student's height to centimeters and weight in grams then it calculates the graduation gown size needed by adding 1/2 of weight in grams to height in centimeters,then prints results.There are 2.54 centimeters in an inch and 453.59 grams in a pound.

0 0
Add a comment Improve this question Transcribed image text
Request Professional Answer

Request Answer!

We need at least 10 more requests to produce the answer.

0 / 10 have requested this problem solution

The more requests, the faster the answer.

Request! (Login Required)


All students who have requested the answer will be notified once they are available.
Know the answer?
Add Answer to:
Modularisation
Your Answer:

Post as a guest

Your Name:

What's your source?

Earn Coins

Coins can be redeemed for fabulous gifts.

Similar Homework Help Questions
  • IN C++ PLEASE interest payment. Your program should use at least two function definitions and should...

    IN C++ PLEASE interest payment. Your program should use at least two function definitions and should allow the user to repeat this calculation as often as the user wishes. 2. Write a program 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...

  • C++ Please Follow Instructions Write a program that displays an inches to centimeters conversion table. Your...

    C++ Please Follow Instructions Write a program that displays an inches to centimeters conversion table. Your input will be the smallest number of inches and the largest number of inches to be converted. The intervals will be in 6 inch increments. One inch is equivalent to 2.54 centimeters. Include the following in your program: 1. Include an initial algorithm that outlines your steps. 2. Include a refined algorithm that details how each step will be executed. 3. Prompt the User...

  • Write a program (code) that performs the following: Height and Weight for Male and Female: Robinson...

    Write a program (code) that performs the following: Height and Weight for Male and Female: Robinson formula to calculate the body relative to the height in inches is as follow: Ideal weight in kilogram = 52 + 1.9 * (height - 60) for male Ideal weight in kilogram = 49 + 1.7 * (height - 60) for female Write a program that prompts the user to enter the gender ('M' or 'm' for male and 'F' or feet and inches,...

  • - A pseudo code that prompts the user for the grades of four exams and prints...

    - A pseudo code that prompts the user for the grades of four exams and prints its average and then code in JAVA - A pseudo code that prompts the user for value in meters and converts it to feet and inches. Print both results.  and then code in JAVA -A pseudo code that will calculate the users Body Mass Index (BMI) and then display it for the user to see. Prompt the user to input their weight (in pounds) and...

  • (JAVA) Project 2: Predicting A Child's Height (10 pts). One way to estimate the adult height...

    (JAVA) Project 2: Predicting A Child's Height (10 pts). One way to estimate the adult height of a child is to use the following appropriate formula: Hmale_child = ((Hmother * 13/12) + Hfather)/2 Hfemale_child = ((Hfather * 12/13) + Hmother)/2 Note that all heights in these formulas are in inches, so use int variables to store them Write a program that prompts for the gender of the child, the height of the father, and the height of the mother, then...

  • DATA PROGRAMMING: PYTHON Be sure to use sys.argv NOT input. Write a program and create a...

    DATA PROGRAMMING: PYTHON Be sure to use sys.argv NOT input. Write a program and create a function called inch2cm that takes one number in inches as a parameter, converts it to the centimeters and prints the result. The program output is shown below. Input: 14 Output: 14 inches = 35.56 centimeter Write a program and create the following functions: shapes(): takes the shape name and a number as parameters, and calls the proper function to calculate the area. areaCircle(): take...

  • Help with c please Much to the government's dismay, people in the U.S. prefer paper money...

    Help with c please Much to the government's dismay, people in the U.S. prefer paper money to coins. The U.S. Treasury has spent considerable time and effort trying to get people to adopt a $1 coin, but people just don't care for them. Obviously, part of the reason is that coins weigh more than paper money. The question is how much more? This project has you enter the number of paper bills you have in your wallet (twenties, tens, fives...

  • Write a single C++ program that performs the following conversion (The modulus divide will help you...

    Write a single C++ program that performs the following conversion (The modulus divide will help you get the remainder as shown in class) 39 / 12 = 3 and 39 % 12 = 3, so 3 feet 3 inch(es) Height conversion 1 meter = 39 inches 12 inches = 1 foot Ask/Prompt the user to enter in the height in meters, convert and output the result in feet and inches Example 1 meters as input should produce 3 feet (foot)...

  • Java program Build the interface: A BMI calculator First: add a Layered Pane; drag it from...

    Java program Build the interface: A BMI calculator First: add a Layered Pane; drag it from the right window to your blank frame. Then enlarge the pane to make it cover your entire frame. Use the text fields and labels to build the following application. Example: String inch = jTextField1.getText(); You need to convert value in the text field from String to integer when you do the calculation. How to Calculate BMI 1 feet = 12 inches BMI= weight in...

  • 1. Suppose you are working in an airline company. Customers check baggage with various sizes and...

    1. Suppose you are working in an airline company. Customers check baggage with various sizes and weights. Each piece of baggage has its own dimensions (length, width, height) as well as weight. You will write a Java program that allows the airline staff to input baggage dimensions and weight information. The computer will determine if the baggage is allowed to be checked in. If it is allowed, the system will then calculate the price based on the size and weight....

ADVERTISEMENT
Free Homework Help App
Download From Google Play
Scan Your Homework
to Get Instant Free Answers
Need Online Homework Help?
Ask a Question
Get Answers For Free
Most questions answered within 3 hours.
ADVERTISEMENT
ADVERTISEMENT
ADVERTISEMENT