What is the correct way to format the decimal 200.1234 as a string to two decimal places?
B
Explanation:Correct answer is 200.1234 as String {format: ".0#"} . Rest all options are not syntactically correct.
A, B option not visible in question.if Answer is B, then B value should be "200.1234 as String {format: ".0#"}
Please log in or signup in order to use this feature
Please Enter 10 characters or more
A, B option not visible in question.
if Answer is B, then B value should be "200.1234 as String {format: ".0#"}