i tried to include math library in my code the link is in below, but it said no such directory!!
but turbo c++ has math.h…what should i do??
https://ide.codingblocks.com/s/52195
Armstrong number
Use #include<math.h>
thanks that worked…
i tried to include math library in my code the link is in below, but it said no such directory!!
but turbo c++ has math.h…what should i do??
https://ide.codingblocks.com/s/52195
Use #include<math.h>
thanks that worked…