Search Results

Showing results 1 to 3 of 3
Search took 0.01 seconds.
Search: Posts Made By: brittany435
Forum: C++ Mar 26th, 2008
Replies: 8
Views: 2,617
Posted By brittany435
I was able to get that working, now I need the user to input the scores. I have it all set up, but I'm getting some crazy average.


#include <iostream>
using namespace std;

int main()
{
//...
Forum: C++ Mar 26th, 2008
Replies: 8
Views: 2,617
Posted By brittany435
#include <iostream>
using namespace std;

int main()
{
// Declare Variables
double myList[10];
double average;
Forum: C++ Mar 26th, 2008
Replies: 8
Views: 2,617
Posted By brittany435
Hello,

I am working on a small program that reads ten numbers, computes their average, and finds out how many numbers are above average. This is the set up I have so far:

#include <iostream>...
Showing results 1 to 3 of 3

 


About Us | Contact Us | Advertise | DaniWeb | Acceptable Use Policy | RSS Feed

©2003 - 2009 DaniWeb® LLC