Function of parseInt()
Answers
Answered by
0
heya❤
The method generally used to convert String to Integer in Java is parseInt(). There are two variants of this method: public static int parseInt(String s) throws NumberFormatException - This function parses the string argument as a signed decimal integer
hope it helps
Answered by
0
Answer:
The parseInt() function parses a string and returns an integer.
Hope it helps!!☺
Similar questions