When input data type doesn't match

When the type of the input data fails to match the types of the variables into which the data is stored, the program fails, as shown in the following screen output.

Enter three values separated by spaces
1 1.5 2
1 1 -858993460
Press any key to continue