Java Currency Formatter

  • + 1 comment

    in java 15

    NumberFormat.getCurrencyInstance(new Locale("en","IN")).format(payment); --> this now returns the rubis char , it's been updated, the expected output of the exercice is Rs. , not the rubis icon, thats why i cannot pass the test cases

    expected output should be updated.