Search for question
Question

9. Write a program to change a floating-point number to percentage representation,keeping two places after the decimal point. For example, if the number is 1.23456,display message “1.23432 is 123.43%", if

the number is 0.34567, display “0.3456 is 34.56%"

Fig: 1