Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

At the beginning of each semester, you know your current GPA and the courses you are taking. You want to know your new GPA by

At the beginning of each semester, you know your current GPA and the courses you are taking. You want to know your new GPA by the end of the semester If you will get an A on this course, a B on that course, a B on another course, and a C on that dontlikecourse, etc. This assignment is for you to build an iOS app, called GPA Estimator that you can use to estimate your GPA.

a) How to calculate your GPA

Your GPA = YourQualityPoints / YourGPAHours.

Your-Quality-Points = _ _ _ _

o Grade_Num= 4 (A), 3(B), 2(C), 1(D), and 0(F)

Your-PGA-Hours = _ _ _

b) Your Current GPA, GPA Hours, and Quality Points: you can find these data from your transcript (online). Log on to panthertrack and go to display your unofficial transcript.

c) Your GPA by the end of the semester

PGA-Hours =

Quality-Points = CurrentQulityPoints + _ _

o Grade_Num= 4 (A), 3(B), 2(C), 1(D), and 0(F)

Your GPA = Your_Total_QualityPoints / YourTotal_GPAHours.

In Xcode

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

Database Concepts

Authors: David Kroenke, David J. Auer

3rd Edition

0131986252, 978-0131986251

More Books

Students also viewed these Databases questions

Question

l Discuss the three major phases of a training system.

Answered: 1 week ago

Question

How do Excel Pivot Tables handle data from non OLAP databases?

Answered: 1 week ago