+ 2
What is missing in my code that it fails 3 test out of 5 ?
7 Respuestas
+ 1
Instead of using your round function, try including math.h header and use ceil() function. It might solve your problem
+ 1
Your code might round it down.
+ 1
Thanks ✌️
0
Would you explain to me what'swrong?
0
Well it works...by the way
I will be glad if u tell me what's missing in my function..
0
What's wrong is rounding. The challenge needs the numbers to be rounded UP to the nearest integer.
0
You are welcome