Search:

Type: Posts; User: ghostheadx

Search: Search took 0.08 seconds.

  1. Replies
    7
    Views
    866

    Re: exercise 229

    Alright, so I'll take the else statement out. Here's what I have now:



    public class BlushingActor extends Critter
    {
    public void processActors( ArrayList<Actor> actors )
    {
    Color c =...
  2. Replies
    7
    Views
    866

    Re: exercise 229

    Obviously, that includes else statements. Alright, so here's what I have now:



    public class BlushingActor extends Critter
    {
    public void processActors( ArrayList<Actor> actors )
    {
    ...
  3. Replies
    7
    Views
    866

    Re: exercise 229

    It's still not working. Here's what I've edited it to:



    public class BlushingActor extends Critter
    {
    public void processActors( ArrayList<Actor> actors )
    {
    Color c = getColor();
    ...
  4. Replies
    7
    Views
    866

    exercise 229

    Hi, so this exercise has two separate sections of editable code. The assignment is to fix the two errors. Do I need to create a getter method to get rid of the error? Here are the full instructions:...
Results 1 to 4 of 4