MCPcopy Create free account
hub / github.com/PrajaktaSathe/Java / displayAcc

Method displayAcc

Programs/bankSystem.java:79–84  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

77
78 // function to display account details -
79 public void displayAcc() {
80 System.out.println("Displaying account details: ");
81 System.out.println("Name: " + name); // displays name
82 System.out.println("Account Number: " + AccID); // displays account number
83 System.out.println("Current balance: " + balance); // displays account balance
84 }
85}
86
87// class created for storing attributes and methods of the bank system -

Callers 1

mainMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected