import java.util.Scanner;

public class BankAccount
{
public static void main(String[] args)
{
Scanner keyboard = new Scanner(System.in);

do
{