In the following code, which variable replaces the first %f…

In the following code, which variable replaces the first %f ? distance = 1000; % ftdistanceInMiles = distance/5280; % milesspeed = 70; % mphtimeInHours = distanceInMiles / speed; % hourstimeInSeconds = timeInHours * 3600; % secondsfprintf(, distance, speed, timeInSeconds’)

In the following code, which variable replaces the first %f…

In the following code, which variable replaces the first %f ? distance = 1000; % ftdistanceInMiles = distance/5280; % milesspeed = 70; % mphtimeInHours = distanceInMiles / speed; % hourstimeInSeconds = timeInHours * 3600; % secondsfprintf(, distance, speed, timeInSeconds’)