Solved

Which of the Following Will Display 20

Question 19

Multiple Choice

Which of the following will display 20%?


A) print(format(20, '.0%') ) <enter>
B) print(format(0.2, '.0%') ) <enter>
C) print(format(0.2 * 100, '.0%') ) <enter>
D) print(format(0.2, '%') ) <enter>

Correct Answer:

verifed

Verified

Unlock this answer now
Get Access to more Verified Answers free of charge

Related Questions