Internationalization

© examsiri.com
Question : 10 of 18
 
Marks: +1, -0
Given:
1. String csv = "Sue,5,true,3";
2. Scanner scanner = new Scanner( csv );
3. scanner.useDelimiter(",");
4. int age = scanner.nextInt();

What is the result?
Go to Question: