hello, im a starter in C++, for my assignment i have encountered the following warning which stops me from compiling, can any1 help please?
any suggestion would be greatly appreciated.
thanks alot
----> int nbsec = ((s3 / caloriesstep) / s4) * s5 ; <---
[Warning] converting to `int' from `float'
thanks!
li
any suggestion would be greatly appreciated.
thanks alot
----> int nbsec = ((s3 / caloriesstep) / s4) * s5 ; <---
[Warning] converting to `int' from `float'
thanks!
li
Comment