Problem
Write a function named findnum() that receives the name of a file that contains some names in one column and some associated numbers in a second column, and a number, and returns the first occurrence of the name whose associated number is equal to the one received. Then write a main() function that obtains a file name and a number from the user and uses the above described function to find and print the name whose associated number is the given one.