Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PrajaktaSathe/Java
/ checkBal
Method
checkBal
Programs/bankSystem.java:74–76 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
72
73
// function to check balance of existing account -
74
public
void
checkBal() {
75
System.out.println(
"Your current balance is: "
+ balance);
76
}
77
78
// function to display account details -
79
public
void
displayAcc() {
Callers
1
main
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected