first commit
This commit is contained in:
15
Lab3/atm.h
Normal file
15
Lab3/atm.h
Normal file
@@ -0,0 +1,15 @@
|
||||
//atm.h
|
||||
|
||||
#ifndef __ATM_H__
|
||||
|
||||
#define __ATM_H__
|
||||
|
||||
#include <stdlib.h>
|
||||
|
||||
#include "cashcard.h"
|
||||
|
||||
class ATM {
|
||||
|
||||
public:
|
||||
|
||||
double withDraw(Cashcard &myCard, double money) {
|
||||
Reference in New Issue
Block a user