Skip to content

Movie rental agency for faculty laboratory 7-12 (algorithms & programming)

License

Notifications You must be signed in to change notification settings

nicubarbu/movie-rental

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

74 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Movie Rental Agency

The application stores:

  • movies: id, title, description, genre
  • clients: id, name, pin

Functionalities

  1. Add client to clients list
  2. Modify client from clients list
  3. Delete client from clients list
  4. Add movie list to movies list
  5. Modify movie list from movies list
  6. Delete movie list from movies list
  7. Search client by name in clients list
  8. Search movie by title in movies list
  9. Rent movie
  10. Return movie
  11. Reports for clients ordered by the number of rented movies
  12. Reports for the most rented movies
  13. Reports for top 30% clients
  14. Print clients list
  15. Print movies list
  16. Print rented movies list

About

Movie rental agency for faculty laboratory 7-12 (algorithms & programming)

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages