Writing a Program

Type the Kenya code for your program into the Kenya window (under the Kenya tab). For instance:

println( "What is your name?" );

String name = readString();

println( "Hello " + name );

Now click the Parse button to check the program is correct.