Convert
KPH to MPH
Your friend
Amanda just inherited a European sports car from her uncle. Amanda lives in the
United States, and she is afraid she will get a speeding ticket because the
car’s speedometer indicates kilometers per hour. 
She has
asked you to write a program that displays speed in kilometers per hour
with its value converted to miles per hour. 
The formula
for converting kilometers per hour to miles per hour is   MPH = KPH * 0.6214.  
In the
formula, MPH is the speed in miles per hour and KPH is the speed in kilometers
per hour.  
The table
should look something like this:  
KPH       MPH
70          43.5 
Note: Use \t to separate values in KPH
and MPH. MPH values
must be rounded up to one decimal number.
Input: A positive number as an indicator
of KPH.
Output: The list of all values. 
 
  | Sample Input1: | Sample Input2: | 
 
  | 60 | 130 | 
 
  | Sample  Output1: | Sample  Output2: | 
 
  | KPH       MPH 60          37.3 | KPH     MPH 130       80.8 | 
 
 
Для отправки решений необходимо