Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Python Programming Question. Please, solutions. Thanks. 1. College Scholarship Program. The University of California has an academic scholarship program that provides financial rewards to students

Python Programming Question. Please, solutions. Thanks.

1. College Scholarship Program. The University of California has an academic scholarship program that provides financial rewards to students based on academic merits. The recipient must intend to major in Science, Technology Engineering, and Math (STEM) with at least 3.0 Grade Point Average (GPA) in all subject areas and has completed at least five Advanced Placement (AP) courses in High School.

Students can be awarded different amounts based on the following criteria:

a) $5000 if the average GPA for four science courses is 3.8 or higher b) $4000 if the average GPA for three science courses is 3.5 or higher c) $3000 if the average GPA for two science courses is 3.25 or higher

The Python program should prompt for the following questions in determining the eligibility and scholarship award amount:

-Student name

-Intended major

-How many AP courses completed so far

-Of those courses completed, how many are STEM courses.

-GPA for each science related course

-Overall GPA

-Your program should first determine if a student is eligible to get the scholarship based on the major and overall GPA.

-If a student qualifies, the program should then determine the award amount based on the number of science courses completed and the average GPA for those relevant courses.

-If a student qualifies but does not meet any of the three-award amount categories, display appropriate message.

Create a scholarship file that tracks how many students have applied for the scholarship program based on number of times you run the program. Each time you run or test your program, a record should be saved to the scholarship file.

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

Modern Database Management

Authors: Jeff Hoffer, Ramesh Venkataraman, Heikki Topi

12th edition

133544613, 978-0133544619

More Books

Students also viewed these Databases questions