Demonstrate the use of class BiodieselStation by a small main method. It is not necessary, not even asked, that this program reads any input.
(16 points)
(18 points)
Then the player starts guessing numbers. S/he tries to guess some of the mumbers the game leader has given. The game ends, when the player has guessed one of the numbers. The result is number of guesses. That is printed by the program.
You may assume that all the input are valid integers.
For the sake of efficience you must use the Binary Search in searching the numbers.
(16 points)