subject

This assignment has one problem. Name your program like: LastnameFirstnameAsn6.py and have your program's first comment like: # Firstname Lastname Asn6 Note this assignment uses a number of topics from earlier sessions (flow of control, functions, lists), in addition to the latest topics (files and parsing). You should develop your program in stages, for example: read the input file; calculate BMI; write to screen; write to a file. SUMMARY The overall goal of your program is to read a file of data (id, lastname, firstname, height, weight) for several people from a file, and write out a file of their calculated BMIs. BMI is a simple health measure comparing weight to height, in order to determine if someone is overweight or underweight. It is calculated by: BMI = weight / height2 * 703 where weight is in pounds and height is in inches.

ansver
Answers: 2

Another question on Computers and Technology

question
Computers and Technology, 24.06.2019 02:20
Peter is thinking of a number which isless than 50. the number has 9 factors.when he adds 4 to the number, itbecomes a multiple of 5. what is thenumber he is thinking of ?
Answers: 1
question
Computers and Technology, 24.06.2019 20:20
Write python code that prompts the user to enter his or her age and assigns the user’s input to an integer variable named age.
Answers: 1
question
Computers and Technology, 25.06.2019 10:20
(programming exercise 3-10). a retail company must file a monthly sales tax report listing the total sales for the month, and the amount of state and county sales tax collected. the state sales tax rate is 4 percent and the county sales tax rate is 2 percent. design a modular program that asks the user to enter the total sales for the month. from this figure, the application should calculate and display the following: - the amount of county sales tax - the amount of states sales tax - the total sales tax (county plus state) some of the code has already been provided below. complete the missing code below. // global constants for tax calculations constant real county_tax_rate = .02 constant real state_tax_rate = .04 // main module module main() // local variables declare real monthsales, countytax, statetax // get month sales display “enter monthly sales: ” input monthsales // write the statement to calculate county tax // write the statement to calculate state tax // display tax amount call showtaxes(monthsales, countytax, statetax) end module // the showtaxes module accepts monthsales, countytax, statetax // as arguments and displays the resulting data // write the showtaxes module
Answers: 2
question
Computers and Technology, 25.06.2019 17:40
4) wilkes continues to discuss the concept of time and how it relates to the type of photography he does. why do you feel that the concept of time is of suck importance to him as a photographer? 5) unit 10 explores photographs with movement in them such as wildlife and documentary photography. wilkes takes the idea of movement in photography to a different level. do you feel the tips and information that you have learned in unit 10 is applicable to the type of photography that wilkes does? answer as soon as possible im so confused
Answers: 1
You know the right answer?
This assignment has one problem. Name your program like: LastnameFirstnameAsn6.py and have your prog...
Questions
question
Mathematics, 04.02.2020 07:54
question
Social Studies, 04.02.2020 07:54
question
Mathematics, 04.02.2020 07:54
Questions on the website: 13722363