Question
write a python code for this university is organizing IST Youth Carnival (IYC) this year. Students from all over Pakistan are expected to participate in
write a python code for this university is organizing IST Youth Carnival (IYC) this year. Students from all over Pakistan are expected to participate in this event. Avionics 6 is given the responsibility to design the Registration Management System for IYC. At the time of registration, students are instructed to enter their Reg ID and Name. Suppose we have received 150 registrations such that their IDs are saved in Array ID and their Names are saved in Array Name, respectively. Now you are required to write a function called FindID. You will read an ID number from the user and then search through Array ID. If the entered ID is present in the Array ID, display the corresponding student's Name from Array Name. Otherwise, display the ID is not present in our database.
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started