Answer to Question #41535 in C++ for kamal kabiru

Question #41535
HOW TO SEARCH GRADE OF THE STUDENTS USING LINEAR SEARCH IN C++ BY USING STRUCTURES....PLEASE I NEED FEED BACK WITHIN 24 HOURS..
1
Expert's answer
2014-05-09T09:05:08-0400
for ( int i = 0; i < SIZE; i++ ) {
if ( grade1 == array[i].grade ) {
cout << "Found on position " << i << endl;
}
}

Need a fast expert's response?

Submit order

and get a quick answer at the best price

for any assignment or question with DETAILED EXPLANATIONS!

Comments

No comments. Be the first!

Leave a comment

LATEST TUTORIALS
New on Blog
APPROVED BY CLIENTS