List of questions
Related questions
Question 168 - MCD - Level 1 discussion
What is the correct way to format the decimal 200.1234 as a string to two decimal places?
A.
200.1234 as string as format: '.0#'
B.
200.1234 as String {format: '.0#'}
C.
200.1234 as String as format: '.0#'
D.
200.1234 as string {format: '.0#'}
Your answer:
0 comments
Sorted by
Leave a comment first