Im new to c language and having problems using square root,
square and cube with a for loop. Where does the calculation for the square root, square and cube go in this progam;does the
order in which they are placed matter.
-Loft:
Printable View
Im new to c language and having problems using square root,
square and cube with a for loop. Where does the calculation for the square root, square and cube go in this progam;does the
order in which they are placed matter.
-Loft:
Based on what you've told us, no it doesn't matter.
Base on what we have to assume because you haven't told us everything, it might but probably not.
> Where does the calculation for the square root, square and cube go in this progam
Well there are two choices
- inside the loop
- outside the loop
Thanks for the info.I figured it out: it was very simple. I was just making it seem hard. Thanks
-lotf:cool: