Wayne Gretzky

Run Settings
LanguageJava
Language Version
Run Command
/* *This program prints out the hockey player *Wayne Gretzky and his hockey number * */ class Hockeyplayer { public static void main(String[] args) { // set variables int n=99; String name="Wayne Gretzky"; //print output System.out.println(name+" is number "+n+"."); } }
Editor Settings
Theme
Key bindings
Full width
Lines