Program: Write a complete java program assuming that the variables gpa, studentName and deanList have been declared, you should read in the gpa and studentName from keyboard. Prepare an if statement that adds 1 to deansList and prints studentName to the standard output if gpa exceeds 3.5.
You need to implement this in java language. You need to provide the answer as soon as possible.