文件名称:hw7q1
介绍说明--下载内容均来自于网络,请自行研究使用
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.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
hw7q1.c