so my program is your common student information system.. so i was making my own then when i try my search function nothing gets displayed idk.. what happening am i missing a code or something?
Please learn to use a consistent, sensible indentation style. It will make it much easier for both you and us to see the flow of control through your code at a glance, and it will help you spot errors much more easily.
Don't apologize to us - sensible code indentation is something that helps you. Spending a few seconds making sure your layout is sensible can save you considerably more time hunting errors.
i got the search function to work but this time only the first one student info i add is the only one that can be search when i search for other student info they wont show..
The proble is that you are writing "NO RECORDS FOUND" after processing each student which is not that you search for and "Please press any key to return to the Menu" after eack operation.
You sshould output "Not found" message only if there really no records you search for and "return" message only once at the end