Kizspy.me
INSTRUCTIONS
Please read the instructions carefully before doing the questions.
Zoom
•
You can use materials in your computer, notebook and text book.
• You are NOT allowed to use any device to share data with others.
Beside the above conditions, students must follow the following requirements:
1. The work must complete by using Visual Studio 2022++
2. The Framework must be .NET 8.0
3. THIS PART IS VERY IMPORTANT, PLEASE READ IT CAREFULLY AND FOLLOW THE INSTRUCTIONS.
• You are given a database script (.sql file) in Zip file. Execute the script before doing
questions.
• You must use the given solution.
You are not allowed to add any more libraries via NuGet Package Manager into the given
solution.

Just one of above requirements is violated, your work will be considered as invalid.
On completion, submit the whole solution folder.
Before submitting, you can delete the folder [bin] in each project to reduce the size of the solution, to
fit the requirements of PEA_Client.
Question 1 (4 points): Design a Vehicle Speed Adjustment System
Design a C# console application that meet the following requirements:
1. Create an abstract class Vehicle with:
- Private fields: string name, int speed.
Constructor: public Vehicle(string name, int speed) to initialize name and speed.
+ 100%
Close