Greetings Challenge

Debug.Log(“Welcome to Number Wizard”);
Debug.Log(“I can read your mind”);
Debug.Log(“Don’t believe me?”);
Debug.Log(“Just Pick a number in your mind”);
Debug.Log("The ranger of numbers you can pick is from " + min + " to " + max);
Debug.Log("You just need to tell me if you number is higher or lower than " + guess);
Debug.Log(“Push Up = Higher, Push down = lower, Push Enter = Correct”);

Privacy & Terms