GPS Unit Converter

Easy
#math #conversion

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