Internationalization
© examsiri.com
Question : 9 of 18
Marks:
+1,
-0
Given:
Which code, inserted at line 4, sets the value of b to 314.159,26?
1. double input = 314159.26;
2. NumberFormat nf = NumberFormat.getInstance(Locale.ITALIAN);
3. String b;
4. /*insert code here*/ Which code, inserted at line 4, sets the value of b to 314.159,26?
Go to Question: