What Am I Doing Wrong?Because without a '.0' decimal gross will be integer and will not have the fraction part. :)
Adding while using for-loopLine 15 , Total becomes 0 every time you finish the inner for loop, so take it to line 12. Similarl...
Rectangle Area HomeworkYes, see line 15 and what is that missing for line 16. Read the run-time error carefully. :)
image processingFrom your question, I assume you are able to read and write images. If the image size is Hnum X Vn...
I have trouble getting my values to line up correctlyAlternately you can use [b]setw()[/b] function to properly format the output, ex setw(4). [b]#inclu...
This user does not accept Private Messages