if u will try to run this, while looking at the codes ull know my mistake,
the thing here is when i choose "b"
it will show the balance, the a question like this will open up:
"Would you like to generate bank slip?"
if yes it should go in this part of the code:
else if (ans == 0); // yes
{
JOptionPane.showMessageDialog(null, "BALANCE INQUIRY \n AMOUNT BALANCE: "+ bal+ "\nPrinting Bank slip.....");
}
}
but it doesnt, thats my problem please help me
thank you