subject
Computers and Technology, 22.02.2020 04:58 trint4

Draw the hierarchy chart and then plan the logic for a program that calculates a person’s body mass index (BMI).
BMI is a statistical measure that compares a person’s weight and height. The program uses three modules:

The first prompts a user for and accepts the user’s height in inches.
The second module accepts the user’s weight in pounds and converts the user’s height to meters and weight to kilograms.
Then, it calculates BMI as weight in kilograms divided by height in meters squared, and displays the results.
There are 2.54 centimeters in an inch, 100 centimeters in a meter, 453.59 grams in a pound, and 1,000 grams in a kilogram. Use named constants whenever you think they are appropriate.
The last module displays the message End of job.

Revise the BMI-determining program to execute continuously until the user enters 0 for the height in inches.

Submit the .vls file you create in Visual Logic as well as a screenshot of the output.
For full credit, the program must function correctly, produce the correct answer, and be logically succinct.

ansver
Answers: 2

Another question on Computers and Technology

question
Computers and Technology, 24.06.2019 08:00
Arah has entered data about football players from team a and team b in a worksheet. she enters names of players from team a with details about each player in different columns of the worksheet. similarly, she enters details of all the players from team b. which option will her view the data for team a and team b in two separate sections after printing? a. page break view b. freeze pane view c. split screen view d. full screen view e. zoom out view
Answers: 1
question
Computers and Technology, 24.06.2019 17:00
Following are uses of spreadsheets. for each use, choose whether the use is a business use, consumer use, or student use. family budget: sales data: recording research data for science class:
Answers: 2
question
Computers and Technology, 24.06.2019 18:20
Use a while-end loop in a script file to calculate the sum of the first n terms of the series: summation sign on the top n bottom k=1 : )^k * k^2 +5k)/3^k show the script file and the two results of n = 10 and n = 20.
Answers: 2
question
Computers and Technology, 24.06.2019 22:00
Difference between ancient and modern mode of information transmission
Answers: 1
You know the right answer?
Draw the hierarchy chart and then plan the logic for a program that calculates a person’s body mass...
Questions
question
Mathematics, 31.07.2019 04:00