Run Code
|
API
|
Code Wall
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Patreon
project: bank account
#include <cstdio> #include <cstdlib> #include <iostream> using namespace std; int newMOney; int currentMoney; class BankAccount { public: int deposit(int newMoney, int currentMoney){ return newMoney + currentMoney; } public: int withDrawal (int newMoney, int currentMoney){ return newMoney - currentMoney; } public: string askingChose (){ cout << "Press 1: to deposit money.\nPress 2: to withdrawal money.\n"; } }; int main () { return 0; }
run
|
edit
|
history
|
help
0
most Frequent word
Faaaaak
PointPattern
F-Random Strings
YesToDafT
Python Like C++ Overload Function Template
How to make stupid to my friend?
Problema2
top5words
data locality - slow example