猜数字,猜数字
猜数字,猜数字
Const a = 9, b = 9, c = 9
Dim e, f, g As String
Console.WriteLine("猜第一位")
e = Console.ReadLine()
If e = a Then
Console.WriteLine("猜第二位")
f = Console.ReadLine()
End If
If f = b Then
Console.WriteLine("猜第三位")
g = Console.ReadLine
End If
If g = c Then
Console.WriteLine("恭喜!密码被你破译")
End If
Console.WriteLine("继续努力")
Dim e, f, g As String
Console.WriteLine("猜第一位")
e = Console.ReadLine()
If e = a Then
Console.WriteLine("猜第二位")
f = Console.ReadLine()
End If
If f = b Then
Console.WriteLine("猜第三位")
g = Console.ReadLine
End If
If g = c Then
Console.WriteLine("恭喜!密码被你破译")
End If
Console.WriteLine("继续努力")
董昊-网4- 帖子数 : 2
注册日期 : 08-03-18
您在这个论坛的权限:
您不能在这个论坛回复主题