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
CS 340 Milestone One Guidelines and Rubric Overview: For this assignment, you will implement the fundamental operations of create, read, update,
Retail Transaction Programming Project Project Requirements: Develop a program to emulate a purchase transaction at a retail store. This
7COM1028 Secure Systems Programming Referral Coursework: Secure
Create a GUI program that:Accepts the following from a user:Item NameItem QuantityItem PriceAllows the user to create a file to store the sales receip
CS 340 Final Project Guidelines and Rubric Overview The final project will encompass developing a web service using a software stack and impleme