Search:

Type: Posts; User: vivek

Search: Search took 0.07 seconds.

  1. Re: banking system program of a person having two accounts namely saving account and checking acccount.

    please help me
    how to use switch using charcter input ???
  2. banking system program of a person having two accounts namely saving account and checking acccount.

    import java.util.*;
    class data
    {
    long wbal,debal;
    long checkbal=1000l,savbal=1000l;
    long accno=1234567890,acountnum;
    public void name()
    {
    String firstname,lastname;...
Results 1 to 2 of 2