Q1) In c programming, the user input an integer. The integer must contain 3 distinct non-zero number, or the program will print out invalid number. however, if the user enter non-number char such as $#%@adwqe, it should print out invalid query. how can i do that by using scanf("%d",n)?