Search:

Type: Posts; User: Norm

Search: Search took 0.10 seconds.

  1. Thread: biginteger

    by Norm
    Replies
    18
    Views
    1,164

    Re: biginteger

    Yes the spelling in the import statement is correct.
    The compiler can not find the definition for the biginteger class.
    Where is that class defined?

    Do you understand that 'b' is not the same...
  2. Thread: biginteger

    by Norm
    Replies
    18
    Views
    1,164

    Re: biginteger

    You used the correct spelling in the import statement:
    import java.math.BigInteger;
  3. Thread: biginteger

    by Norm
    Replies
    18
    Views
    1,164

    Re: biginteger

    Reread the last line in post#12

    Or define your own class named: biginteger that takes an int value in its constructor.
  4. Thread: biginteger

    by Norm
    Replies
    18
    Views
    1,164

    Re: biginteger

    Please explain what the problem is.
    If there are error messages, copy the full text of the messages and paste it here.

    Be sure to wrap your code with code tags:


    YOUR CODE HERE

    to get...
  5. Thread: biginteger

    by Norm
    Replies
    18
    Views
    1,164

    Re: biginteger

    Try defining an array of BigIntegers with a size and then assigning to each element in the array an instance of BigInteger.
Results 1 to 5 of 5