In Lab 1, in the start() method, there is a line "var label = new Label("Welcome to Rollerama!");" while in the instruction sheet, it said "Label label = new Label("Welcome to Rollerama!");". Can someone differentiate var and Label for me?
As far as I know var means variable, it’s just a way to declare a variable without defining its type.