Answer:
C.
Step-by-step explanation:
Based on the Java documentation; when creating an instance of BigDecimal, we can pass a string as a constructor.
System.out.println(new BigDecimal("454.45"));
5.3m questions
6.9m answers