Hi, I'm getting this error when I run my Java code:
Exception in thread "AWT-EventQueue-0" java.lang.NumberFormatException: For input string: "age"
The code that shows this error is:
Integer age = Integer.parseInt(stringTokenizer.nextElement().toS tring())
Can someone help me find this error? Thank you