- Engineering
- Computer Science
- write a cpp program to read contents of the file...
Question: write a cpp program to read contents of the file...
Question details
Write a cpp program to read contents of the file student.txt and produce the following output as shown below:
TEXT FILE:
Student Id = 1200233 Name = Matt Course = CS Phone Number = 790-3233 Student Id = 1201237 Name = Benny Course = IA Phone Number = 432-4579 Student Id = 1300899 Name = Salma Course = IB Phone Number = 790-0000 Student Id = 1502378 Name = Ken Course = CN Phone Number = 892-3765 Student Id = 1603679 Name = Sammy Course = IB Phone Number = 693-2367
Solution by an expert tutor
