Java will default floating-point-like numbers as doubles (which have more precision than floats). You can force it to use floats by putting an 'f' after the number, or cast the final result to float....