need help in c++... urgent..

wap which reads marks of 3 subjects of each students(total students10) and print the markz of only those students who get 60 out of 100 . after calculating the avg. using functtions. also print location of those students within the array.
We won't write the code for you. Try it yourself and come back if you get problems.
Post whatever you have then we can help you to move forward.
For getting started create an array to store the students something like int array[10] or use vectors more better .
Last edited on
Helping and doing your homework are two different things.
Start from hello world program and reading about arrays.
Topic archived. No new replies allowed.