Search:

Type: Posts; User: whattheeff

Search: Search took 0.07 seconds.

  1. Replies
    3
    Views
    4,772

    Re: Array Code Help

    why isnt it working? this is the feedback i get
    Your code did not print the correct name given this input array:
    Name: Sylvester
    Age: 0
    Name: Sasha
    Age: 8
    Name: Toby
    Age: 2
    Name: Felix...
  2. Replies
    3
    Views
    4,772

    Array Code Help

    public class Kitty {

    private String name;
    private int age;

    public Kitty(){
    }

    public void setName(String n){
    name = n;
Results 1 to 2 of 2