Skip to content

The code aims to enable the management of vehicles to be repaired or already repaired within an Auto Repair Shop.

Notifications You must be signed in to change notification settings

MatheusADC/Reparo-Veiculos

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

Description

The code aims to enable the management of vehicles to be repaired or already repaired within an Auto Repair Shop.

Menu

Initial Menu

image

1. Add Car

Adds the vehicle by providing the license plate, model, issue, and service cost.

Add

image

2. Consult Car

Checks the existence of the car by the provided license plate and, if it exists, displays the relevant information.

Consult

image

3. Remove Car

Removes the vehicle by providing the license plate.

Remove

image

4. List all cars

Lists all the cars registered in the system.

List

image

5. Exit

The break inserted in the code is executed when the "5" key is pressed.


Caution

For the vehicle addition function, there is a check that prevents adding an already existing vehicle. As for the other functions, there is a check that allows verifying whether the vehicle exists or not within the Auto Repair Shop.

About

The code aims to enable the management of vehicles to be repaired or already repaired within an Auto Repair Shop.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages