$29
Write a C program that performs the task described below. Name your c file as nameSurnameId.c [ex: seydanurAhi1860047024.c]
Upload your file to your section’s submission page on moodle.
1 Task
Write a program that prints the information of students with the highest and lowest GPA on the screen. Create a 15 size struct array and write the values you read from the txt file into this array. Define the following types in the struct: -Name
-Surname
-ID
-GPA
Use the text.txt file given to you as the source.
Example output:
Good luck :)
1