Search:

Type: Posts; User: hannah87

Search: Search took 0.31 seconds.

  1. Replies
    1
    Views
    961

    overloading an equals method

    My assignment for class is to create a base class and a subclass, and each one has to have an equals method. Both equals methods are meant to iterate through the indices of an array, but the base...
  2. Replies
    3
    Views
    1,440

    Re: Copying arrays from one class to another

    That's the thing, I know how to access an array from another class, but I need to actually copy the contents, and I can't figure out how to do that.
  3. Replies
    3
    Views
    1,440

    Copying arrays from one class to another

    I'm trying to create a method in one class to fill up an array with double values, and then I not only need to call that method in another class, but I need to be able to assign those double values...
  4. Replies
    1
    Views
    1,216

    types in a multidimensional array

    Hello,

    I have an assignment for class to create a shopping list that will have an item, its priority, and the price, and those things have to be called by the user later on. I feel like the...
Results 1 to 4 of 4