19 lines
688 B
Markdown
19 lines
688 B
Markdown
[](https://classroom.github.com/a/ga0xn55N)
|
|
# Lab Test 1
|
|
|
|
Solve the provided problem, using object oriented programming and C++.
|
|
|
|
Input at least 5 entities in your repository.
|
|
|
|
The application must use layered architecture in order for functionalities to be graded.
|
|
|
|
Do not forget to add the required tests and specifications.
|
|
|
|
Using existing code is forbidden, you must start your application from scratch.
|
|
|
|
For function documentation you may use:
|
|
- https://en.cppreference.com/w/
|
|
- https://www.cplusplus.com/
|
|
|
|
Time: 60 minutes.
|