0
What is the error?
In parking fees problem in kotlin, why this code fails to satisfies all test cases? https://code.sololearn.com/cmz1cpg63vBP/?ref=app
2 Answers
+ 4
Sanjyot21
If hours is more than 24 then
total=15.0 * (hours / 24) + ((hours % 24) * 0.5)
https://www.sololearn.com/Discuss/2822794/?ref=app
+ 1
I á´á´ "TÉŞá´á´" thanks