Forum: C++ Nov 30th, 2004 |
| Replies: 3 Views: 2,146 I am working on a lab and having trouble developing a class to run with the program. I have completed all the arithmetic for the program but not sure how to included the functions in with a "class".... |
Forum: C++ Nov 2nd, 2004 |
| Replies: 4 Views: 2,635 Thanks that helped a bunch!! I got it now!! |
Forum: C++ Nov 2nd, 2004 |
| Replies: 4 Views: 2,635 Float s is the semiperimeter
Would this be the correct syntax then for the area?? I still get an error message. Does it need to be declared?? Thank you for your help!!
area=double... |
Forum: C++ Nov 2nd, 2004 |
| Replies: 4 Views: 2,635 I am attempting to write a function that determine the area of a triangle. I am not sure what I am doing wrong when trying to determine the area. The error message I am getting is "error-call of... |
Forum: C++ Oct 13th, 2004 |
| Replies: 1 Views: 1,897 Can you tell me why my loop is not working correctly. I am attempting to have only the groups (20-30),(490-500),and (8120-8130) printed on the screen but all the numbers are printing from 1-8130. ... |
Forum: C Oct 8th, 2004 |
| Replies: 5 Views: 2,749 See my attachement below: I believe one one braces is in the wrong location. I am trying to loop a range of #20-30 and #490-500 and have each number printed and stating is the number is... |
Forum: C Oct 6th, 2004 |
| Replies: 5 Views: 2,749 Thank you so much for the help. If the divisors of 12 are 1,2,3,4,6 what do I need to do to show the total of the divisors?? : (1+2+3+4+6=16) |
Forum: C Oct 6th, 2004 |
| Replies: 5 Views: 2,749 |
Forum: C Oct 5th, 2004 |
| Replies: 5 Views: 2,749 I have a lab to create a loop to determine the positive divisors of an interger and then determine if the interger is a perfect,deficient, etc. I am having trouble determining how to write the... |