Quantcast
Channel: VBForums - Visual Basic .NET
Viewing all articles
Browse latest Browse all 27036

Project Help

$
0
0
Hello everyone. I was told this is a rather simple project but I have no idea what I'm doing. Allow me to explain. I dont have any prior knowledge in programming, I just know I love computers and thought I would give it a shot. Well, it's my first semester in college and I've realized that I'm not mentally capable of programming. I was fine until we got to Arrays/Separate functions. So here's my dilemma. I'd like to know if anyone would give me the code for this project that I'll post below. If I fail this one, I'll fail the class, and personally I cant handle disappointing my family. I'm switching out of programming next semester, so I just need to get through this last week (I have a C+ average atm, It'll surely drop after this project if I dont get help) With all other exams there's no tutors that I could find, so I beg of anyone to help! Please. Feel free to message me if that's better. Thank you.

General
You are to design and implement a program to perform statistical analysis on numbers stored in a file. The file contains some number of scores between 0 and 100 inclusive.

Specifics
You will use 1 file to enter all the scores. The file is named Data.txt and should be stored in the projects Debug folder. The scores are floating point numbers.

One button should calculate the mean, range, and standard deviation and display them.
You must use separate functions to calculate the 3 statistics.

One button should display the frequencies in tabular form. For this exercise, the frequencies we are interested in are as follows:
# scores < 60
60 <= # scores < 70
70 <= # scores < 80
80 <= # scores < 90
90 <= # scores

Use a separate array to hold the totals for the individual ranges.

All scores should be displayed in a listbox.

Viewing all articles
Browse latest Browse all 27036

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>