Want a C programming Code | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
- 1

Want a C programming Code

Create a C program which accepts student information as user inputs from the terminal and store them in a text file. The details needed from the user are: Full name of the student, Index Number, Department and the Courses followed/ following. Each course has a course ID, course name and credit value. You may use around 3 students and 10 courses to test your application. The grading system can consist of A, B, C, D and E. The GPV (Grade Point Value) for each of these grades can be 4.0, 3.0, 2.5, 1.5 and 0. For any absentees there will be no marks awarded. ✓ The grades obtained by the student for each course has to be saved in the text file and based on that, the current GPA has to be calculated. Finally, these details have to be displayed in the terminal in a structured way as a report. ✓ If any of the above details has been mistyped or wrong, the user should be allowed to update the information in the text file using the terminal.

12th Nov 2022, 4:18 PM
CHAMOD LAKSHITHA WETHTHASINGHE
CHAMOD LAKSHITHA WETHTHASINGHE - avatar
1 Answer
+ 8
If you want a C program, you should definitely write one! You can learn the basics in the sololearn C course. https://www.sololearn.com/course/C If you need help with your code, please link your code so we can check on it.
12th Nov 2022, 4:38 PM
Lisa
Lisa - avatar