Search:

Type: Posts; User: Shaw2380

Search: Search took 0.11 seconds.

  1. Replies
    3
    Views
    959

    Re: Java calculation application

    This is the part of my code that should have calculated and displayed the area:

    double area = Integer.parseInt(height.toString()) * Integer.parseInt(width.toString());
  2. Replies
    3
    Views
    959

    Java calculation application

    Hello I'm trying to create an application that will calculate an area based on width and height that a user enters and then use the area to calculate a cost based on a fixed rate. I get past compile...
Results 1 to 2 of 3