bank_qn
Submit solution
C++
Points:
10
Time limit:
30.0s
Memory limit:
0B
Author:
Problem type
Allowed languages
Task Create a class bank account with data members acc.no ,name,balance and Member functions for deposit(),withdraw() and balance()
input
accno, name, balance
output
balance
Comments
he
....