Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

The output should contain: Average final grade earned for the class One row for each student showing the student name, the course average for the

image text in transcribedimage text in transcribedimage text in transcribedThe output should contain:

Average final grade earned for the class

One row for each student showing the student name, the course average for the student and the percentage earned on each grade. Include appropriate headers for the list.

Display class statistics:

o Average grade for each grade item (one row showing class average for each grade item

Write each of the 3 programs described below in a separate code block in a Jupyter notebook Problem 1 (10 points): In one code block in the Assignment 01 Jupyter Notebook, write code that accepts hourly wage rate and number of hours worked and computes the following (Outcome: demonstrate use of expressions in Python): Gross Pay (hours rate) Tax (use 10.5% tax rate) Medical Insurance Deduction (5\% of gross pay) Dental Insurance Deduction ( 2% of gross pay) Net pay (gross pay - tax, medical, \& dental) Output to the console in the following format: Gross Pay: \$nnnn.nn Taxes: \$nnn.nn Medical: \$nnn.nn Dental: \$nnn.nn Net Pay: \$nnnn.nn In a new code block in the Assignment 01 Jupyter Notebook, write code that calculates the fuel cost of flying an airplane through a multi-city route. Prompt the user for the following information prior to asking about each destination: Fuel Cost/Liter km/Liter Liters of Fuel used to Land Liters of Fuel to Take Off Section to add each destination containing: In a loop, prompt the user to enter (user types 'end' to indicate all destinations have been entered): City Name Miles to City After all destinations have been entered, print the following data, with appropriate labels: Miles flown Total Liters of Fuel Used (hopefully, you land as often as you take-off. Actually, you will land, but assume you land gracefully and use fuel to approach the ground) Problem 3 (25 points): In a new code block in the Assignment 01 Jupyter Notebook, write code that uses the file found on Bb in Assignments \ Assignment 01 Files used for Assignments\Assignment01/ Filename: Proj1Prob3.csv The first line of the file contains the number of points possible for each of the grade items listed below (Note: it DOES NOT contain a student name - just points). That line is followed by one line for each student in a class. The line for each student has the following fields, separated by commas: Student Name (in quotes) - Exam 1 - Exam 2 - Exam 3 - Exam 4 - Assignment 01 - Assignment 02 - Assignment 03 - Assignment 04 - Quiz 1 - Quiz 2 - Quiz 3 - Quiz 4 - Quiz 5 - Quiz 6

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

Upgrading Oracle Databases Oracle Database New Features

Authors: Charles Kim, Gary Gordhamer, Sean Scott

1st Edition

B0BL12WFP6, 979-8359657501

More Books

Students also viewed these Databases questions

Question

What is the effect of word war second?

Answered: 1 week ago