Download calculations-counter.a3p
public void myFirstMethod() { //Programmer : Janet Joy //Tiger counts Integer counter = 0; while ( true ) { counter = counter+1; this.stuffedTiger.say( ""+counter ); } }