Thursday, 6 March 2014

find average male and female height in the class

find average male and female height in the class: #include<stdio.h> void main() /*main function*/ { float mavg=0, favg=0; int mh[5], fh[5], count; float mtot, ftot; for(count=0;...

No comments:

Post a Comment