Reusable hilo r Problem statement Write an application ogic class that will play Hi-Lo games. The objective of the game is for the user to guess the computer-generated secret number in the least number of tries. The programmer can set the low and high bounds of a secret number and the number of guesses the user is allowed. If the number of guesses allowed is not set by the programmer then it is set by the HiLo object based on the designated low and high bounds. The default ow and high bounds are 1 and 100, The default number of guesses for the default low and high bounds is. C 2000 McGraw-Hill Introduction to Object-Oriented Programming with Java--Wu Chapter 12-10© 2000 McGraw-Hill Introduction to Object-Oriented Programming with Java--Wu Chapter 12 - 10 Reusable HiLo Problem Statement Write an application logic class that will play Hi-Lo games. The objective of the game is for the user to guess the computer-generated secret number in the least number of tries. The programmer can set the low and high bounds of a secret number and the number of guesses the user is allowed. If the number of guesses allowed is not set by the programmer, then it is set by the HiLo object based on the designated low and high bounds. The default low and high bounds are 1 and 100. The default number of guesses for the default low and high bounds is 7