Type a parse from String to int space to flip Type a parse from String to int Answer int age = Integer.parseInt("42"); parseInt converts text to a primitive int. A non-numeric string throws NumberFormatException.