Computer Science, asked by ninjaharsh17, 7 months ago

Explain the following function:- Interger.parseInt(in.readLine( ));

Answers

Answered by Anonymous
0

Answer:

parseInt() is a JavaScript function that parses a string and returns an integer. ... parseInt(string, radix); string - The value that is to be parsed. If the argument value is not a string, it will be converted to one using the ToString abstraction method....

Explanation:

mark me

Similar questions