Search:

Type: Posts; User: Java Neil

Search: Search took 0.09 seconds.

  1. Replies
    8
    Views
    1,606

    Re: Please help me clean up my code!

    Hey, thanks for your help. I have a very good, but hard teacher and I'm having to learn on a learning curve!
  2. Replies
    8
    Views
    1,606

    Re: Please help me clean up my code!

    Is this better? I might have misunderstood you...

    import javax.swing.JOptionPane;
    public class MyTriangle {
    public static void main(String[] args) {
    //Declare everything
    ...
  3. Replies
    8
    Views
    1,606

    Please help me clean up my code!

    Hi everyone. I need a little help with an assignment and hopefully learn something in the process. The assignment is to use methods to calculate the area of a triangle. I am to use a boolean method,...
Results 1 to 3 of 3