6- write two for loops to enter passport numbers for the people booking.
7- write a function that take the array as parameters ans prints it.
8- write a code to search if any passport number is on the array or not.
(for loop to passing all array elements and if the statement within (for-statement) examines the given passport number equal to the array element or not)
9- write a function that takes three parameters as input
(double pas_num, doublearr[],int size)
10- put the code in function that return 0 if pas_num didn't find in arr array and returns 1 if it finds it
#Group your above answers and design a program
1
Expert's answer
2013-06-20T08:08:50-0400
Unfortunately, your question requires a lot of work and cannot be done for free. Submit it with all requirements as an assignment to our control panel and we'll assist you.
Comments
Leave a comment