Learn to Program with ZedLX

Free Online Programming Course for Beginners

Getters [6/12]

Getters can be applied directly on variables, but not on most other expressions.

To apply a getter on an expression, put the expression inside parentheses.

Loading...