Write a program that queries information from three files. The first file (data1. txt) contains the names and telephone numbers of a group of people. The second file (data2. txt) contains the names and Social Security numbers of a group of people. The third file (data3. txt) contains the Social Security numbers and annual incomes of a group of people. The groups of people should overlap but need not be completely identical. Your program should ask the use for a telephone number and then print the name, Social Security number, and annual income, if it can determine that information.
+3
Answers (1)
Know the Answer?
Not Sure About the Answer?
Find an answer to your question 👍 “Write a program that queries information from three files. The first file (data1. txt) contains the names and telephone numbers of a group ...” in 📗 Computers & Technology if the answers seem to be not correct or there’s no answer. Try a smart search to find answers to similar questions.
Home » Computers & Technology » Write a program that queries information from three files. The first file (data1. txt) contains the names and telephone numbers of a group of people. The second file (data2. txt) contains the names and Social Security numbers of a group of people.