Search:

Type: Posts; User: piperboy247

Search: Search took 0.26 seconds.

  1. Replies
    1
    Views
    1,600

    Generics problem

    Im having a problem with my generic class for a ordered set. It will compile when I don't have the beginning of the class with <E extends Comparable<E>. When I have this (which i need to be able to...
  2. Thread: help

    by piperboy247
    Replies
    1
    Views
    1,428

    help

    Create a class Polynomial that is used to evaluate a polynomial function of x:
    !
    P(x) = a0 + a1x + a2x2 +!+ an"1xn"1 + anxn . The coefficients ai are floating-point numbers,
    the exponents of x are...
Results 1 to 2 of 2