User profile: lisky8

User info
User name:lisky8
Email:lisky2005_6@hotmail.co.uk
History
Joined:
Number of posts:9
Latest posts:

Calculate standard deviation with an array in C
so i need to calculate the mean first and then get the standard dev that way? i am being generall...

Calculate standard deviation with an array in C
Hey guys, so i have some code that calculates the minimum, maximum, and average of numbers entered u...

Array problem
heh, one number and it worked, i guess thats C programming for you! Many thanks to everyone that hel...

Array problem
The help is much appreciated :) but it still refuses to pick up that first integer and my code is EX...

Array problem
[code]#include <stdio.h> void main() { int count, max(0), min; float total, average; int mya...