(double) distance / speed,”Given two integer variables distance and speed, write an expression that divides distance by speed using floating point arithmetic

Average Rating
0 out of 5 stars. 0 votes.

(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.”