Search:

Type: Posts; User: mgarcia920

Search: Search took 0.09 seconds.

  1. Replies
    10
    Views
    1,174

    Re: multiple classes problem

    thank you very much! Ill give that a try =)
  2. Replies
    10
    Views
    1,174

    Re: multiple classes problem

    these are the instructions:
    Assignment
    Create a class to track endangered species.
    You will need to record the species name, current population, and growth rate.
    You will need methods to...
  3. Replies
    10
    Views
    1,174

    problems with set methods using multiple classes

    I have been working on my code the whole day and have changed it a bit. So my species class must add attributes for the name of the species, the population and the growth rate then it should all be...
  4. Replies
    10
    Views
    1,174

    Re: multiple classes problem

    its supposed to return them to the first class, store them in an array list and display them when the user enters a selection.

    --- Update ---

    that part that confuses me is that Im given many...
  5. Replies
    10
    Views
    1,174

    Re: multiple classes problem

    first class:


    import java.util.Collections;
    import java.util.Scanner;
    import java.util.ArrayList;
    import java.lang.Object;


    public class Tester
  6. Replies
    10
    Views
    1,174

    multiple classes problem

    This is my first semester of Java and still trying to embrace the idea of multiple classes. My program is meant to show the population and growth rate of an endangered species that the user has...
Results 1 to 6 of 7