Write C++ program for the following problem.
Searching Array Initialize and store 10 Students KCSTID, Marks in two parallel Arrays. Input Students ID to find the marks. Write a function that takes the two arrays and the ID find the corresponding student's mark and display. If ID not found display, "Mark not found"