Code change
Updated the relevant bit of code to reflect the actual distance, and changed it from int to float: const float distance = 23.5; // distance covered by the vehicle for every revolution of the drive line I left the MPH variable as int, so that should take care of rounding off the decimals for me. […]