assume that two int variables named distance and speed have been declared and assigned values. also assume that a double variable named result has been declared. write a statement that divides distance by speed and assigns the result to the result variable. be sure to write your math expression in such a way that the result is a floating-point value.