Question: Use object-oriented design to design a class called Student that will receive the information in this project: Display Student Information Display Erion Smith Input Erion
Use object-oriented design to design a class called Student that will receive the information in this project:
Display Student Information
Display Erion Smith
Input Erion Smith
Store 34 years old
Store Graphic Design major
Store Software Design class
Store Chinese class
Store Mathematic class
Store 3rd semester
Store working 20 hours
Store 5450 Columbia Pike, Apt 41145, Arlington, VA 22204
Store 70384567899054334
The class will receive the student data, validate the data and display the input data.
Design the class table.
Write an algorithm for each operation.
Write a test or driver algorithm to test the solution.
Use object-oriented design to design a class called Classes that will receive the information this project:
// Declare the class
Display Graphic Design
Store classes names
Store Software Design class
Store Chinese class
Store Mathematic class
Store duration
Store 3 hours *3=9 hours
Store day
Store Monday
Store Tuesday
Store Wednesday
The class will receive the Class data, validate the input data and print the valid Class data that have a NumberOfSeats amount equal to 0.
Design the class table.
Write an algorithm for each operation.
Write a test or driver algorithm to test the solution.
Use object-oriented design to design a class called Payment that will receive the information in this project:
// Declare cost
Classes list will appear from the classData
Student select any ore or maximum 3 classes at a time
Initialize classes =1
If classes =1
Then COST=$150
If classes are greater than or equals 2 but less than 4 then
Then COST=$150*2=$300
Cost=$150*3=$450
ADD 5% TECHNOLOGY FEE
Print Details
The class will receive the payment data, validate the input data and print the data.
Design the class table.
Write an algorithm for each operation.
Write a test or driver algorithm to test the solution.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
