+ 1
What's wrong with this code in paint costs challenge?
What's wrong with this code in paint costs challenge? https://code.sololearn.com/c03dW0URjz4l/?ref=app https://code.sololearn.com/c03dW0URjz4l/?ref=app https://code.sololearn.com/c03dW0URjz4l/?ref=app
3 Answers
+ 1
You're not rounding anything. There is a specific way to round required by the description.
0
Steps need to change :
Take totalSumWithoutTaxes as double or float.
And apply ceil function on result.
print equalent Integer value.
0
Round function will be used.