Search:

Type: Posts; User: Lashickk

Search: Search took 0.09 seconds.

  1. Replies
    10
    Views
    1,372

    Re: HELP!! Cant get point program to work

    Ok guys finally got it down to this last bit, all i need is for my Point class to read the p1 and p2, it comes up with "cant be resolved. Any fixes?



    import java.util.*;
    import java.math.*; ...
  2. Replies
    10
    Views
    1,372

    Re: HELP!! Cant get point program to work

    Ok so I fixed most of the errors , the only problem now is that it cant read "p1 or p2" form my main.

    ---"p1 cannot be resolved, p2 cannot be resolved. in distance(double, double)


    import...
  3. Replies
    10
    Views
    1,372

    HELP!! Cant get point program to work

    So I am trying to create a program that gives the distances between two points that can be inputted by the user. And here has to be a default constructor to set x and y values to 0. Any help to set...
Results 1 to 3 of 3