Guess the number

Sign in to test your solution.
// Guess the number program using System; class Submission { // ------------------------- // Globals // ------------------------- // ------------------------- // Subprograms //-------------------------- static void play_guess_the_number(int min, int max) { } // ------------------------- // Main program // ------------------------- public static void Main(string[] args) { } }
You can submit as many times as you like. Only your latest submission will be taken into account.
Sign in to test your solution.