Description: Write a C program that generates a 3-digit number whose digits are different from each other. Then, your program will ask the user to guess that number. Your program will read the user’s guess and give some hints about its number. If the user finds a digit in its place, your program will show it as a positive number. If the user finds a digit, but in incorrect place, your program will show it as a negative number. Your program must loop until the user finds the computer’s number.
To Search:
File list (Check if you may need any files):
hw7q1.c