Search:

Type: Posts; User: ATIBA SHEIKH

Search: Search took 0.13 seconds.

  1. Replies
    12
    Views
    1,632

    [SOLVED] Re: cannot find symbol

    sorry for this.here's the code:

    import java.util.*;
    class calculator
    {
    int x,y,result;
    {
    x=0;
    y=0;
    result=0;
  2. Replies
    12
    Views
    1,632

    [SOLVED] Re: cannot find symbol

    umm...oh yes.it just slipped off from my mind...thanks

    --- Update ---

    but now again it says can't find symbol.."ch=ob.nextInt();"


    int ch;
    do
    {
  3. Replies
    12
    Views
    1,632

    [SOLVED] cannot find symbol

    i have programmed two programs and both of them when compiled highlighted the same error:Scanner ob=new Scanner(System.in);.saying cannot find symbol

    void input()
    {
    Scanner ob=new...
Results 1 to 3 of 8