The computer picks a 3-digit number at random in which no two digits are the same. The user must guess the number. If the human has a correct digit in the correct position then the computer displays “Fermi”. If the human has a correct digit in the wrong place then the computer displays ‘Pico’. If none of the human’s digits are in the computer’s number then the computer displays ‘Bagels’. Keep track of the number of guesses it takes for the human guess the computer’s number.
PicoFermiBagel.java starter code.
What you need to get it to work
clue
method that has the clues in Pico Fermi Bagels ordermakeNonRepeatingCode
so the game is easier to playclueForKids
method so the clues are in the same order as the numbersWhat else?