|
-
January 21st, 2013, 04:02 PM
#2
Re: Square Roots and Totals Table c++
Without a specific question, all I can say is look at the order of your cout statements and your header. They don't match. You may want to get rid of the \n in your header too.
Also, your for loop variable should be an int. You can cast it to a double to call the sqrt function.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|