Search:

Type: Posts; User: Vessel06

Search: Search took 0.09 seconds.

  1. Replies
    8
    Views
    1,141

    [SOLVED] Re: Class of arrays

    Oooooooooh!!!!! THANK YOU!!!! THAT MAKES SENSE!!!!! I was totally missing that part! So it should be


    String[] w = {"James Bond", "Nemo", "Capt America"};
    chooserList[0] = new...
  2. Replies
    8
    Views
    1,141

    [SOLVED] Re: Class of arrays

    To put all the Strings into a String array (the one I've already created that takes a String[]) how do I do that? I know this


    chooserList[0].Add(["James Bond", "Nemo", "Capt America"]);
    ...
  3. Replies
    8
    Views
    1,141

    [SOLVED] Re: Class of arrays

    I did post the error...I'll shorten it lol


    /*write a program that creates an array of four MadChoosers, chooserList.
    * chooserList[0] will be used to hold proper names, chooserList[1]...
  4. Replies
    8
    Views
    1,141

    [SOLVED] Re: Class of arrays

    Yeah sorry abt that...I spoke with my professor today and have corrected the coding...but I am running into another problem with the chooserList class...here is the revised code


    public class...
  5. Replies
    8
    Views
    1,141

    [SOLVED] Class of arrays

    I'm doing an assignment that's a separate class for a program called "MadChoosers" and THIS class creates an array of four MadChoosers called chooserList and the four chooserList arrays are...
Results 1 to 5 of 5