Write a program to test if a double input from the keyboard is equal to the double 12.345. If the input is equal to 12.345, print "YES" (without the quotes).

Sample run 1:

Please enter a double:
54.321
Sample run 2:

Please enter a double:
12.345
YES