Write a program that inputs a positive number x of type double with up to two digits after the decimal, and a single digit integer, d, which is not 0. Then it outputs whether the digit d appears in the representation of x.
For example if the x is 3.45 and d is 4, then the program outputs “4 appears in 3.45”.

Bunu çözebilecek olan var mı?