Write a program that reads a positive real number and outputs its first digit after the decimal point.
Input: one number of type Double.
Output: one number of type Int.
See functions of
math to transform the result to Int