ProblemStatement: Writing and Reading student data in a file. Detailed Descripti
ID: 3612285 • Letter: P
Question
ProblemStatement:
Writing and Reading student data in a file. Detailed Description:
Write a program in which you have to:
1. Create a text file “Student_info”.
2. Using Code Write the following data in it:
Roll NO Student Name Class
101 AliRaza BS(CS)
102 Usman MS(CS)
103 Faizan BS(CS)
104 Rehan MIT
105 Ahmed MCS
Student Information
Roll NO Student Name Class
101 AliRaza BS(CS)
102 Usman MS(CS)
103 Faizan BS(CS)
104 Rehan MIT
105 Ahmed MCS
ProblemStatement:
Writing and Reading student data in a file. Detailed Description:
Write a program in which you have to:
1. Create a text file “Student_info”.
2. Using Code Write the following data in it: