INDIVIDUAL ASSIGNMENT DESCRIPTION
create a program for a shop in Malaysia that is providing computer/laptop repair services. Once a customer visits the shop asking for a computer/laptop service, he/she will describe the problem found in the computer/laptop
For simplicity, assume there is only one problem in each visit. Based on the given description, the staff at the counter needs to record information about the customer and the expected needed service using your program. Later, the staff may change the needed service for any visit. Just a simple program that workaround with C Programming basics like arrays, pointers, structure, file and etc. No database needed at all.
Computer/Laptop Repair Services Management System
A shop in Malaysia is providing computer/laptop repair services. The types of services and their related details are given in the table below:
No |
Service type |
Needed days |
Service Fee |
|
Normal |
Urgent |
|||
1 |
Remove virus, malware or spyware |
2 |
30 RM |
50 RM |
2 |
Troubleshot and fix computer running slow |
2 |
40 RM |
70 RM |
3 |
Laptop screen replacement |
3 |
380 RM |
430 RM |
4 |
Laptop keyboard replacement |
2 |
160 RM |
200 RM |
5 |
Laptop battery replacement |
1 |
180 RM |
210 RM |
6 |
Operating System Format and Installation |
2 |
50 RM |
80 RM |
7 |
Data backup and recovery |
2 |
100 RM |
150 RM |
8 |
Internet connectivity issues |
1 |
50 RM |
75 RM |
Once a customer visits the shop asking for a computer/laptop service, he/she will describe the problem found in the computer/laptop. For simplicity, assume there is only one problem in each visit. Based on the given description, the staff at the counter needs to record information about the customer and the expected needed service using your program. Later, the staff may change the needed service for any visit.
You are required to write a program for managing the services needed in each visit. Following are the features that the program should have:
REQUIREMENTS
DescriptionIn this final assignment, the students will demonstrate their ability to apply two ma
Path finding involves finding a path from A to B. Typically we want the path to have certain properties,such as being the shortest or to avoid going t
Develop a program to emulate a purchase transaction at a retail store. Thisprogram will have two classes, a LineItem class and a Transaction class. Th
1 Project 1 Introduction - the SeaPort Project series For this set of projects for the course, we wish to simulate some of the aspects of a number of
1 Project 2 Introduction - the SeaPort Project series For this set of projects for the course, we wish to simulate some of the aspects of a number of