Please I m new to programming and don t even know where to start this assignment is overwhelming Can someone please help me please

–1 vote
The program should read all given files and should prepare transcripts for each student.

There are five data (plain text) files, namely, the “students.txt”, “courses.txt”, “registrations.txt”, “criteria.txt”, and “performances.txt” that keep information. Student file keeps the information about students such as the student number, name, surname, and department in abbreviated form. Course file keeps the information about courses such as the course code and course title. Criteria file keeps the information about course assessments such as the course code, course credit value, homework, lab, quiz, midterm, and final percentages. Registration file keeps the information about the student’s registrations such as the student number, academic year, semester, and course code. Performance file keeps the information about the student’s performances such as the student number, course code, and performances.

A sample transcript file may look like as below
-----------------------------------------------------------------------------------------------------------------------------------------------
Name: VIANNEY
Surname: DUSHIME
Student No: 194162
Department: Electronics and Communication Engineering
-----------------------------------------------------------------------------------------------------------------------------------------------
Academic year: 2019-20 Semester: Spring
-----------------------------------------------------------------------------------------------------------------------------------------------
Course code Course title Credit Grade Credit earned
MATH101 CALCULUS I 4 B- 10.8
PHYS104 PHYSICS II 4 C+ 9.2
COMP209 DISCRETE MATHEMATICS 3 D+ 3.9
COMP217 DATA STRUCTURES 4 C- 6.8
COMP219 ELECTRONICS FOR COMPUTER ENGINEERS 4 B+ 13.2
-----------------------------------------------------------------------------------------------------------------------------------------------
Total credit earned: 43.9
Total credit hour: 19
GPA: 2.31
-----------------------------------------------------------------------------------------------------------------------------------------------
The output shown above is just for exemplification and is not the result of a running program. All transcripts can be placed to an output file(s). It is highly recommended to write many C functions in developing a solution for the project. It is the student’s responsibility to search, find, try, and learn file-handling and string-handling functions of the standard C library as part of the programming assignment.
Partial grading will be applied in case there is no full implementation. There are several steps to be followed.It is your responsibility to search, find, try, and learn file-handling and string-handling functions of the standard C library as part of the programming assignment.
Jun 9, 2020 in Others by hilario
• 110 points
529 views
Hey Hilario, try attempting it. Post the errors you get in the process. We would help you resolve them!

No answer to this question. Be the first to respond.

Your answer

Your name to display (optional):
Privacy: Your email address will only be used for sending these notifications.

Related Questions In Others

–1 vote
0 answers

Please let me know if the assignment page opens whenever I try.

Apr 23, 2019 in Others by aneel
• 110 points
643 views
0 votes
1 answer

Excel - How can I get the average of cells where the value in one column is X and the value in another column is Y?

Use AVERAGEIFS ... =AVERAGEIFS(C2:C13,A2:A13,"Yellow Typ ...READ MORE

answered Nov 11, 2022 in Others by narikkadan
• 63,420 points
1,003 views
0 votes
1 answer
0 votes
1 answer

Is it possible to create a universal hyperlink in excel for windows and mac without programming

You may learn whether it runs on ...READ MORE

answered Mar 28, 2023 in Others by Kithuzzz
• 38,010 points
441 views
0 votes
1 answer

Where is the documentation to refer for coinbase api integration of Etherium coin currency in php?

Hey there! Please refer to the following ...READ MORE

answered Jan 25, 2019 in Others by Omkar
• 69,210 points
512 views
0 votes
1 answer

setuptools: build shared libary from C++ code, then build Cython wrapper linked to shared libary

There is a seemingly undocumented feature of setup that ...READ MORE

answered Sep 11, 2018 in Python by Priyaj
• 58,090 points
485 views
0 votes
1 answer

setuptools: build shared libary from C++ code, then build Cython wrapper linked to shared libary

There is a seemingly undocumented feature of setup that ...READ MORE

answered Sep 21, 2018 in Python by Priyaj
• 58,090 points
2,117 views
0 votes
1 answer

How to pass large records to map/reduce tasks?

Hadoop is not designed for records about ...READ MORE

answered Sep 25, 2018 in Big Data Hadoop by Frankie
• 9,830 points
1,196 views
0 votes
1 answer

Invalid method parameters for eth_sendTransaction

params needs to be an array, try {"jsonrpc":"2.0","method":"eth_se ...READ MORE

answered Sep 28, 2018 in Blockchain by digger
• 26,740 points
1,523 views
webinar REGISTER FOR FREE WEBINAR X
REGISTER NOW
webinar_success Thank you for registering Join Edureka Meetup community for 100+ Free Webinars each month JOIN MEETUP GROUP