Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Please help me with this Python program. This question need to 1) create a PSEUDOCODE and 2) WRITE PYTHON PROGRAM based on the sample output

Please help me with this Python program. This question need to 1) create a PSEUDOCODE and 2) WRITE PYTHON PROGRAM based on the sample output figure 7 below. Thank you.image text in transcribed

The grade point for each letter grade is: A: 4.00 B: 3.00 C: 2.00 D: 1.00 F: 0.00 Grade Point Average is the result of total grade point divide by total credit hours. The sample output is as shown in Figure 7 below: Enter ID number: 12345 Enter number of subjects taken this semester: 2 Enter subject code: IAS2163 Enter subject credit hour:3 Enter letter grade: A Enter subject code: IAS2124 Enter subject credit hour :4 Enter letter grade: A This student is taking 7 credit hours and GPA is 4 More students to process (Y/N): Y Enter ID number: 89332 Enter number of subjects taken this semester: 3 Enter subject code: AS2163 Enter subject credit hour:3 Enter letter grade: B Enter subject code: 1AS2164 Enter subject credit hour:4 Enter letter grade: B Enter subject code: IAS2263 Enter subject credit hour:3 Enter letter grade: B The student is taking 10 credit hours and GPA is 3 More students to process (Y/N): N Thank you. Figure 7: Sample output

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

Data Management Databases And Organizations

Authors: Richard T. Watson

3rd Edition

0471418455, 978-0471418450

More Books

Students also viewed these Databases questions