menglaili / simple-ATM-controller

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

simple-ATM-controller

  • Build and Run
    cd simple-ATM-controller
    g++ -std=c++11 -O1 main.cpp -o solution
    ./solution
    
  • Evaluations are included in the main.cpp file
    • test invaild/vaild card number
    • test invaild/vaild PIN
    • test invaild/vaild account name
    • test withdraw/deposit/show balance

About


Languages

Language:C++ 100.0%