Search:

Type: Posts; User: KevinWorkman

Search: Search took 0.12 seconds.

  1. Replies
    8
    Views
    1,681

    Re: How Do I: Convert to Java

    Nevermind, looks like I'm just wasting my time anyway.

    http://www.java-forums.org/new-java/51912-how-do-i-convert-java.html
  2. Replies
    8
    Views
    1,681

    Re: How Do I: Convert to Java

    No, because your CSquare class still has no idea what that type T is going to be. What types of values do you want to store as height and width?
  3. Replies
    8
    Views
    1,681

    Re: How Do I: Convert to Java

    Seems pretty reasonable to me. You aren't guaranteeing that height or width are Numbers, so you can't multiply them.
  4. Replies
    8
    Views
    1,681

    Re: How Do I: Convert to Java

    Start out by converting the program to English. What does it do? Break it down into small steps- as small as possible. Then convert that to a Java program.
Results 1 to 4 of 4