+ 1
Why I don't get my output properly? Plz! Help me.
2 Réponses
+ 5
What do you expect as "proper" output? Make it clear in your question. Do not let people guess.
All the numbers are integers. If you want to divide, one would probably want a float output. Remember that floats are printed with %f and that at least one number in the term needs to be a float to get float output.
+ 2
Thanks a lot mam!
it works.