i have a program in java that has an assigned target number that must be between 1 to 100 in the initial code under the class GuessNUmber
the target is as follows: public static final int TARGET = 37;
the assignment asks me to modify it so that it generates random numbers for the TARGET how do i do this ????
please help