Question: Use Visual Studio 2015 to write a Python program: - Name your project with your first and last initials followed by prog2 (ex. I would

Use Visual Studio 2015 to write a Python program: - Name your project with your first and last initials followed by prog2 (ex. I would name it NSProg2) - Your program must contain comments showing your name, program assignment number, brief description of program and the date of submission - Submit screen-shots of your code and output windows in ONE Word file to this drop box. - Instructions Input a student's name, 3 integer test scores (graded out of 100 each), 6 programming assignment scores (graded out of 50 points each) and 1 project score (graded out of 200). Tests carry 40% weight, programs carry 30% weight and project carries 30%. Find weighted total for the student. Use the following table to assign a grade based on score: Weighted_Total Grade 90 - 100 "A" 85 - 89 "B+" 80 - 84 "B" 75 - 79 "C+" 70 - 74 "C" 65 - 69 "D+" 60 - 64 "D" 0 - 59 "F" Below 0 or Above 100 "Undefined" Output student's name, weighted total and grade on separate lines with appropriate messages.

Step by Step Solution

3.48 Rating (151 Votes )

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock

Answer As Python is becoming a popular programming language and everyone wants to get started with Python But we have seen most of the developers are confused from where they can start and how to crea... View full answer

blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Programming Questions!