Floating Decimal Numbers
A floating decimal number is a number that uses the same digits as a decimal integer but uses a period to indicate the fractional part of the number. For example:
0.32, 1.44, 99.44
var a = 100.55 + .45;
A floating decimal number is a number that uses the same digits as a decimal integer but uses a period to indicate the fractional part of the number. For example:
0.32, 1.44, 99.44
var a = 100.55 + .45;