The problem
Click to see the original problem
can convert from % to decimal in this program?
Answer provided by our tutors
The conversion from % to decimals is done by simply dividing the % by 100.
For example:
5% converted to decimal is 5/100 = 0.05
10% converted to decimal is 10/100 = 0.10
50.35% converted to decimal is 50.35/100 = 0.5035
You can use the program to do the division by 100.