(double) distance / speed,”Given two integer variables distance and speed, write an expression that divides distance by speed using floating point arithmetic
i.e. a fractional result should be produced.”
The goto resource for studying materials
(double) distance / speed,”Given two integer variables distance and speed, write an expression that divides distance by speed using floating point arithmetic
i.e. a fractional result should be produced.”