On Tue, 01 Jul 2003 02:41:37 GMT, "David Eynon"
<> wrote or quoted :
>When dividing two variables of different types, is explicit
>conversion via casting necessary for accuracy purposes, syntax purposes, or
>both? Thanks
Generally not. However, if you do a floating divide in the middle of a
sea of int divides or vice versa, you might point that out with a
nugatory cast.
--
Canadian Mind Products, Roedy Green.
Coaching, problem solving, economical contract programming.
See
http://mindprod.com/jgloss/jgloss.html for The Java Glossary.