Search:

Type: Posts; User: Tfence

Search: Search took 0.10 seconds.

  1. Replies
    2
    Views
    1,084

    not sure what the issue is here

    This is what I have: [JavaScript] My Point - Pastebin.com (Not sure how the forums work with code, but I thought that would be the easiest way to do it.)

    It gives me two errors, both with the...
  2. Replies
    4
    Views
    1,417

    Re: Java and Math, yikes!

    Thank you.
  3. Replies
    4
    Views
    1,417

    Re: Java and Math, yikes!

    I'm studying for a chem exam atm, but I shall try the methods later and get back to ya.

    The second and third bullet points confuse me though. We really never talked about "constructors"

    Also,...
  4. Replies
    4
    Views
    1,417

    Java and Math, yikes!

    Create a class called Complex for performing arithmetic with complex numbers.
    Complex numbers have the form
    realPart + imaginaryPart * i (e.g., a + bi)
    where i is : square root(1)

    The...
Results 1 to 4 of 4