Search:

Type: Posts; User: sparky5783

Search: Search took 0.08 seconds.

  1. Re: Triangles problem - creating triangle objects

    CTriangle class below:

    I know my code doesn't compile, that's why I need help. I have been trying different ways and now I'm confused about what to take out and what to put in so that I'm doing it...
  2. Re: Triangles problem - creating triangle objects

    A Triangle object is suppose to be able to be defined as three sides, then be able to run the methods isacute(), isobtuse(), isright(), istriangle(), and CTriangle() is a class defined as a two...
  3. Triangles problem - creating triangle objects

    I want to create Triangle objects and use them, what am I doing wrong? I have triangle.java here, and CTriangle and STriangle have similar issues.



    public class Triangle extends Object {

    ...
Results 1 to 3 of 3