Learn to Program with ZedLX

Free Online Programming Course for Beginners

Getters [2/12]

Getters create a new value without modifying the variable.

The getter .round returns the value of a variable rounded to the nearest whole number.

Loading...