void account ::draw1() { int amm; cout<<"Enter the ammount to be drawn :- "; cin>>amm; bal=bal-amm; } int account::reac() {