Question: Description Start to develop a registration program for Continental University. At this stage of development, the program only needs to keep track of some basic
Description
Start to develop a registration program for Continental University. At this stage of development, the program only needs to keep track of some basic information about a student, including first name, last name, and number of credits taking. You will gradually enhance the program in subsequent assignments. You need to implement a class named Student that represents a student, and a testing program. The testing program should prompt the user to enter the data about a student and then display a summary.
Sample Dialog
Welcome to the Continental University Registration System!
Enter data about a student
First Name: Hoseung
Last Name: Lee
Credits Taking: 12
Lee, Hoseung Credits Taking: 12
Step by Step Solution
There are 3 Steps involved in it
Heres a Python implementation of the Student class along with a testing program as per your requ... View full answer
Get step-by-step solutions from verified subject matter experts
