contents   index   previous   next



Decimal

 

Decimal notation is the way people write numbers in everyday life and uses base 10 digits from the set of 0-9. Examples are:

 

1, 10, 0, and 999

var a = 101;

 


Hexadecimal