What does the following statement do if userNumber has an integer value of 14 and userEntry has a string value of “two”? userNumber = Integer.parseInt(userEntry); a. Throws an exception b. Converts “two” to “2” and stores it in userEntry c. Converts “two” to 2 and stores it in userNumber d. Stores a null value in userNumber