passing variablesSo I took this program from a tutorial that I have been following and modified it to give the averag...
Not take into account negative averageOh ok that returns it with a positive percentage. but if I wanted the [output]---%[/output] outpu...
Not take into account negative average[code] int main() { int age[10]; int i,sum=0, avg=0; int max=0,min=100; for(i=0;...
trying to add leap year into programSo this is it now and its off by one. For some reason in 2004 and 2008 its off by one and I am not s...
trying to add leap year into programThe program above compiles but it doesn't give the right out put and I am not sure why. I really don...
This user does not accept Private Messages