Java BigDecimal

  • + 0 comments

    Hello friends! I'm at this problem and try to figure out how ti solve it. i didn't pass 3 tests and I which what those are. The main problom for me is when i convert from string array to bigdecimals array some values suffering modifications like this : string array -> ".12" ==> to bigDecimals -> "0.12" and i don't want to happend. I've searched all internet but nothing can helped me. Do you have any advice? Thank you!