Search:

Type: Posts; User: copeg

Search: Search took 0.10 seconds.

  1. Re: how to send a message to receiver with if else statement

    Yes, the compiler (as well as myself) thought chickens was a method, so in that case there should be a method like



    public void chickens( String s ){
    //do something
    }


    Of course...
  2. Re: how to send a message to receiver with if else statement

    Do you mean somthing like this?


    public void countChickens(int chickens)
    {
    if (chickens >6)
    {
    this.chickens("chickens" +...
Results 1 to 2 of 2