0
How to print a number with two zeros after a point?
Input: a=2.5, b=4, output: c=a*b, c= 10.00
1 Resposta
+ 1
PUFFIN Channel , you can format the result when you print.
https://code.sololearn.com/cDhvnyK0IGa7/?ref=app
Input: a=2.5, b=4, output: c=a*b, c= 10.00