Search:

Type: Posts; User: Tfence

Search: Search took 0.10 seconds.

  1. Replies
    4
    Views
    1,431

    Re: Java and Math, yikes!

    Thank you.
  2. Replies
    4
    Views
    1,431

    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,...
  3. Replies
    4
    Views
    1,431

    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 3 of 3