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, 21.06.2019 21:00
Is it ok to use a does red wine clean the inside of a computer true or false
Answers: 2
question
Computers and Technology, 22.06.2019 10:30
Think about a recent customer service experience - either positive or negative. write a brief summary of that experience. now think about those four characteristics we look for in customer service representatives. how did the representative in your example stack up? write down your answer and give specific examples.
Answers: 1
question
Computers and Technology, 24.06.2019 02:10
Which sentences describe the things you need to ensure while creating a sketch and a drawing? while an artistic or creative drawing is a creative expression, a technical drawing is an informative expression. you need to create accurate and neat drawings to convey accurate information. a technical drawing clearly conveys its meaning or information, and does not leave room for interpretation maintain a good speed while creating drawings
Answers: 1
question
Computers and Technology, 24.06.2019 10:20
Write a program that keeps asking the user for new values to be added to a list until the user enters 'exit' ('exit' should not be added to the list). these values entered by the user are added to a list we call 'initial_list'. then write a function that takes this initial_list as input and returns another list with 3 copies of every value in the initial_list. finally, inside print out all of the values in the new list. for example: input: enter value to be added to list: a enter value to be added to list: b enter value to be added to list: c enter value to be added to list: exit output: a b c a b c a b c note how 'exit' is not added to the list. also, your program needs to be able to handle any variation of 'exit' such as 'exit', 'exit' etc. and treat them all as 'exit'.
Answers: 2
You know the right answer?
This assignment has one problem. Name your program like: LastnameFirstnameAsn6.py and have your prog...
Questions
question
History, 07.04.2021 20:40
question
English, 07.04.2021 20:40
question
English, 07.04.2021 20:40
question
Mathematics, 07.04.2021 20:40
Questions on the website: 13722361