Zebra0.com

alice helloYour First program: Hello World

Your First program: Hello World


Text of video
code for snowman say hello hello
public void myFirstMethod() 
{  // Programmer : Janet Joy     
   //Snowman says hello     
   this.snowMan.say( "Hello "+"hello", Say.duration( 2.0 ) );  
}

Next: Adding comments