User profile: filestream

This account has limited functionality.
This was likely due to the user being reported by not following some specific rules for a service in this website.
If you believe this to be an error, please use our Contact form
User info
User name:filestream
History
Joined:
Number of posts:7
Latest posts:

Rounding a price to 2 decimal figures???
Quickest way is probably using the precision member function or io manipulator for your output strea...

issue with array
You are muddling the number of students (3) with the number of assignments (also, unfortunately, 3)....

Something for my daughter
Your firstNum and secondNum are stilll declared as long doubles - remove the qualifier long. If you...

Looping calculations and outputting them?
Your code (as supplied) increments by 2.0 always. You can, however, adjust your increment to depend ...

Something for my daughter
Can't you just use double, rather than long double? It should be adequate for any reasonably-sized n...