PrepAway - Latest Free Exam Questions & Answers

Which function call is correct?

You want to present the following formatted number: “999.000.000,00”. Which function call is
correct?

PrepAway - Latest Free Exam Questions & Answers

A.
print format_number(999000000);

B.
print number_format(999000000);

C.
print number_format(999000000, 2, ‘,’, ‘.’);

D.
print number_format(999000000, 2);

E.
print_number(999000000, 2, ‘,’, ‘.’)

One Comment on “Which function call is correct?


Leave a Reply

Your email address will not be published. Required fields are marked *