Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

can any python experts help me with 3 questions code. i need to use if and else statement. Also use float, split, try, exept, int.

image text in transcribed

image text in transcribed

can any python experts help me with 3 questions code. i need to use if and else statement. Also use float, split, try, exept, int.

1. Filename: assign2-1.py Write a program that takes three grades as input, computes the weighted average assuming the weights are 15% 20% and 65% , respectively, determines the letter grade and produces the output shown below The output should change according to the grades entered Input: a python assign2-1py 96.7 95.6 87. b. python assign2-1.py 79.9 79.0 79.7 c. python assign2-1.py 70.0 70.0 70.0 Outpnt a. Average: 90.175 Letter Grade: Letter Grade : C Letter Grade : C b. Average: 79.59 c. Average: 70.0 2. Filename: assign2-2.py Write a program that takes a person's BMI as input, determines whether the person is underweight, normal weight, overweight or obese and produces the output shown below. The output should change according to the BMI entered. Determine a person's BMII category using the following underweight (BMI 18.5), normal weight (18.5 BMI25), overweight (2BMI

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

Professional Microsoft SQL Server 2014 Integration Services

Authors: Brian Knight, Devin Knight

1st Edition

1118850904, 9781118850909

More Books

Students also viewed these Databases questions

Question

What do you consider abnormally high? Are these suspicious?

Answered: 1 week ago

Question

Are there any KPIs that would be appropriate here?

Answered: 1 week ago

Question

Which orders were created after shipment?

Answered: 1 week ago