Assume you already have instantiated a Scanner object named myScanner and an int variable named value as follows in your program: Scanner myScanner = new Scanner(System.in); int value = 0; Write a program that will ask the user to enter their age and store the response in value.