Forum: C++ Dec 2nd, 2008 |
| Replies: 4 Views: 1,194 How do I code a C++ program that used an array to find an average of positive numbers. Then outputs the result |
Forum: C++ Nov 14th, 2008 |
| Replies: 9 Views: 2,747 can you show me some code |
Forum: C++ Nov 13th, 2008 |
| Replies: 9 Views: 2,747 Anyone have any idea how I would write a program that lets user input a floating point number and then either round up if number is like 4.5 our round down(truncate) if number like 4.49. Any help... |
Forum: C++ Sep 4th, 2008 |
| Replies: 6 Views: 1,051 It works now. Would mind explaining why? |
Forum: C++ Sep 4th, 2008 |
| Replies: 6 Views: 1,051 it now does not stop after ten numbers. The program let the user enter 10 number and outputs the average. It now seems like you can enter an infinite amount of numbers. when a user enter a negative... |
Forum: C++ Sep 4th, 2008 |
| Replies: 6 Views: 1,051 This program kinda works, but I have one problem. I setup this program to display a message when someone enters a negative number, but I how do I set the count back to zero. Even though mesage... |