Number baseball game is by guessing each digit from 0 to 9 that
specify a different 3-digit number.
If you match the digit number and order, that is a strike.
If you only match the number but not the order, it’s a ball.
specify a different 3-digit number.
<Example>
Answer : 378
Your guess: 389
This would result in one strike, one ball since '3' is in the correct
position and although '8' is included in the answer it is not in the
correct position.
Try to guess the number with the least amount of tries
Good Luck!