Question: 1) Design a C# application in console app with the following requirements a) Create a class named Product b) Create a constructor that display Best
1) Design a C# application in console app with the following requirements
a) Create a class named Product
b) Create a constructor that display "Best Product CES 2018".
c) Instantiate an object called myProductABC from the class Product
2) Create a class called Tuition Calculator and create a method called Calculate Tuition for the class Tuition Calculator. This method should ask the user to input the amount of credit hours that they are taking and it will calculate the total amount if tuition owed. Assume 1 credit hour = $250.00 instantiate an object undergraduateTuitionCalculator out of the Tuition Calculator class and call the Calculate Tuition method.
Submit the screenshots of your application running successfully on a word document. Upload the word doc to blackboard before the assignment due date.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
