Search:

Type: Posts; User: TeelH

Search: Search took 0.18 seconds.

  1. [SOLVED] Re: applet works, no errors. Addition of taxpmt1 and taxpmt2 returns a 0. Please what am i doing wrong?

    int result = taxpmt1 + taxpmt2;

    This line is under //declare variables (the line above is what I meant by that, sorry, will try to be more explicit)

    and outputLabel.setText("YOUR TOTAL TAX...
  2. [SOLVED] Re: applet works, no errors. Addition of taxpmt1 and taxpmt2 returns a 0. Please what am i doing wrong?

    Isn't that addressed under declare variables?
  3. [SOLVED] applet works, no errors. Addition of taxpmt1 and taxpmt2 returns a 0. Please what am i doing wrong?

    /* Title: Java Programming Assignment 3a
    Programer: Teel Hughes
    Start Date: 11/22/13
    File Name: TeelsApplet1.java
    Purpose: Programe is to calculate the total property tax paid.

    ...
Results 1 to 3 of 3