Hilfe bei einem Visual Basic C++ .NET Programm

Alabama-Power

Lt. Commander
Mitglied seit
25.11.2003
Beiträge
138
Renomée
0
Standort
Tuscaloosa, AL
Hallo zusammen,

Bis morgen muss ich folgendes Projekt loesen:

For this programming assignment you are to design and implement a Visual C++ .NET program that reads in a list of positive integer numbers and computes the average of that list. The end of the list will be signified by a negative number. (Don’t include the negative number in your calculations.) The program should also compute the maximum and minimum values in the list.The input file will contain the same list of numbers twice. All the above calculations should be done by reading the first list. After that is done, continue on to read the second list. (Remember, the numbers are the same in both lists.The second time, calculate the Variance and the Standard Deviation of the numbers in the list. The Variance is computed by finding the difference between each number and the average of the list, then squaring that number. Add up the sum of all the squared differences. This sum is the Variance. Take the square root of the Variance, and this is the Standard Deviation. Print the list of numbers, the variance, and the standard deviation. Be sure to label the output values for variance and standard deviation.

Da das aber unser erstes Projekt ist, und ich irgendwie ueberhaupt keine Ahnung hab, dachte ich mir das einer von euch weiss wie das geht. Eigentlich ist das ja total simpel, wenn mans kann.

Gruss,
Daniel
 
Sorry, ich kann kein managed C++, aber was hat das jetzt eigentlich mit Visual Basic zu tun? *noahnung*
 
Zurück
Oben Unten