GPS Unit Converter
Input: `km` (float/int). Return: Integer representing meters (1 km = 1000m).
Example
Input: 1
Output: 1000
Need a hint?
- 1 km is exactly 1000 meters
Run your code to see output
Input: `km` (float/int). Return: Integer representing meters (1 km = 1000m).
Input: 1
Output: 1000
Run your code to see output