Search:

Type: Posts; User: red16

Search: Search took 0.10 seconds.

  1. [SOLVED] Re: compile error in the line bufferedreader.. plz help me how do i compile and run this program

    thanku soooo much... it got compiled and its running now... tyty
  2. [SOLVED] Re: compile error in the line bufferedreader.. plz help me how do i compile and run this program

    bankaccount.java:45:cannot find symbol
    symbol:class BufferedReader
    location:class bankaccount
    BufferedReader br = new BufferedReader (new InputStreamReader(System.in));
    ^...
  3. [SOLVED] Re: compile error in the line bufferedreader.. plz help me how do i compile and run this program

    3189
  4. [SOLVED] compile error in the line bufferedreader.. plz help me how do i compile and run this program

    import java.util.*;
    import java.lang.*;
    class Bank
    {
    String name;
    float acc_no,balance;
    void accept(String str, float no, float bal)
    {
    name=str;
    acc_no=no;
Results 1 to 4 of 4