Search:

Type: Posts; User: ikocijan

Search: Search took 0.08 seconds.

  1. Replies
    5
    Views
    1,595

    [SOLVED] Re: Simple calculator issue

    I thought I did. Isn`t this what you are talking about


    Calculator referenca;

    CalculatorEngine (Calculator referenca)
    {
    this.referenca=referenca;
    }
  2. Replies
    5
    Views
    1,595

    [SOLVED] Re: Simple calculator issue

    Thanks for your answer, and I figured out where is the problem. It`s in this line
    String displayText = referenca.getDisplay(); I think it means that I can not reach method(or function, do not know...
  3. Replies
    5
    Views
    1,595

    [SOLVED] Simple calculator issue

    Hello,
    I am a total begginer in JAVA and I could use your help. I am reading a book " Java Programming 24-Hour Trainer by Yakov Fain
    " and I have a problem with creating a calculator.

    here is my...
Results 1 to 3 of 3