Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Rustam-Z/cpp-programming
/ Deposit
Method
Deposit
Lab_15/Source.cpp:172–177 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
170
171
public:
172
void Deposit()
173
{
174
cout <<
" Enter your deposit balance: "
;
175
cin >> amount;
176
balance = balance + amount;
177
}
178
179
void Balance()
180
{
Callers
1
F_Second_Program
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected