We use cookies to ensure you have the best browsing experience on our website. Please read our cookie policy for more information about how we use cookies.
Java Currency Formatter
Java Currency Formatter
Sort by
recency
|
875 Discussions
|
Please Login in order to post a comment
rong Answer Input (stdin) 12324.134 Your Output (stdout) US: $12,324.13 India: Rs.12,324.13 China: ¥12,324.13 France: 12 324,13 €'
import java.io.; import java.util.; import java.text.*;
public class Solution {
}
i have tried the same thing here but only 2 test cases passed pls tell some solutino so tht i can get the remaining test cases passed
why it's not running.
import java.io.; import java.util.; import java.text.NumberFormat;
public class Solution {
}
Code is Working on Java 7
import java.util.; import java.text.;
public class Solution {
}