Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

hi i just needed some help woth this python project. its pretty simple im just stuck on the processing part. so im not sure if

hi i just needed some help woth this python project. its pretty simple im just stuck on the processing part.
so im not sure if im missing a variable thT needs to be declared in order to carry out the required gpa calculation. or if infot the required gpa formula wrong.Wjen i run the program it fives me the wrong req gpa. any help would be appreciated and will leave like. thanks in advance
image text in transcribed
image text in transcribed
image text in transcribed
image text in transcribed
image text in transcribed
45 2.70 GPA credit hours already completed (Credits Earned) Current GPA ( Cumulative) Credit hours currently enrolled ( Remaining / Planned Credits ) The desired Target GPA 15 3.00 working equation ( 45 x 2.7 + x)/(45+ 15 ) = 3.00 from which X = 58.5 (the grade points) and 58.5 / 15 = 3.90 This indicates that to attain a desired GPA of 3.00, you require 15 credits with a GPA of 3.90 . Also, the best possible GPA will be 3.025, assuming straight A's for all the remaining 15 credits. (45 x 2.7 + 15 x 4)/(45 + 15 ) = 3.025 Test the operation of your program using for your input the data shown in the previously given example area. ***** GPA Report **** *** Current Cumulative GPA: 2.70 Credits Earned: 45 Target ( Desired ) GPA: 3.00 Remaining Credits: 15 To attain the desired GPA of 3.00, you will require 15 credit hours with a GPA of 3.90. . . . [ Input Item(s) ) GPA credit hours already completed (Credits Earned) Credit hours currently enrolled ( Remaining / Planned Credits ) Current GPA ( Cumulative GPA) The desired Target GPA Your program will determine the minimum GPA required for future courses necessary to raise the cumulative GPA to a desired level or maintain the GPA above a certain level. Here is a list of the items to be processed by your program. [Process Item(s) ) The Total Credit Hours ( credits earned + current credits ) The Target Grade Points The Desired Current GPA Here is a list of the required output items that will be performed by your program. [Output Item(s) ) The Desired Computed GPA The Best Possible Current GPA ( assuming Straight A's) An Echo of the Current Term Number of Credit Hours That is, your program will have the user input a Target GPA they wish to achieve, during their current semester, plus how many credit hours they plan to have for the current semester and display what their GPA outcome needs to be. . . . le en Options Window Help Python 3.9.7 (tags/v3.9.7:1016ef3, Aug 30 2021, 20:19:38) [MSC v.1929 64 bit (AM Lal D64)] on win32 Type "help", "copyright", "credits" or "license()" for more information. ht RESTART: C:\Users\meckdam\Documents\CSC_242\CSC_242_Lab_01.py LG Program: Target GPA de Programmer: Sammy Student Hoy >> INPUTING Data (enter GPA credit hours already completed ( Credits Earned ) 45 enter Current GPA ( Cumulative) 2.70 enterTarget GPA 3.00 talenter Credit hours currently enrolled ( Remaining / Planned Credits ) 15 PROCESSING Data Into OUTPUTTING Data cf Required GPA -2.03 >>> tG! Its

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

Beyond Big Data Using Social MDM To Drive Deep Customer Insight

Authors: Martin Oberhofer, Eberhard Hechler

1st Edition

0133509796, 9780133509793

More Books

Students also viewed these Databases questions

Question

What is time-based competition?

Answered: 1 week ago