Skip to content
/ ATM Public

A school project where we build an ATM console-app

Notifications You must be signed in to change notification settings

J0kk3/ATM

Repository files navigation

Summary

This app is modularized to ensure its scalable and easy to work with in a team

User Class

A class containing all the data related to the user

Account Class

A class containing all the data related to the account Each user should be associated with at least one Account The Account has a reference to the following:

  • The currency stored in the current Account
  • Account number
  • Account balance

Currency Class

This class keeps tracks of different currencies,

  • Different currencies stored in an array
  • Exchange rates

Releases

No releases published

Packages

No packages published

Languages