Write a C program that will accept 5 records of students such as Student ID, Name, Course and Year Level. The program will apply the concepts of multi-dimensional array in storing the records. The...


Write a C program that will accept 5 records of students such as Student ID, Name, Course and Year Level. The program will apply the concepts of multi-dimensional array in storing the records. The program will also display the summary of records.



NOTE:

Your source code must display any of the given sample output below.
It means your source code should be flexible enough to meet any of the given sample output.
Your source code output must be identical to any of the given sample output.
It means you have to strictly follow what are the displayed text, labels, casing of characters in the sample output.






















































































OUTPUT:
Record 1
Student No.: 202100001
Student Name: Naruto
Course: CE
Year Level: 1
Record 2
Student No.: 202100002
Student Name: Gokou
Course: CPE
Year Level: 2
Record 3
Student No.: 202100003
Student Name: Luffy
Course: COE
Year Level: 1
Record 4
Student No.: 202100004
Student Name: Pikachu
Course: CS
Year Level: 3
Record 5
Student No.: 202100005
Student Name: Recca
Course: ME
Year Level: 4







RECORD SUMMARY










































Student No.NameCourseYear Level
202100001NarutoCE1
202100002GokouCPE2
202100003LuffyCOE1
202100004PikachuCS3
202100005ReccaME4


I'll rate



Expected:<br>Record 1<br>Student No.:<br>Name:<br>Course:<br>Year Level:<br>Record 2<br>student No.:<br>Name:<br>Course:<br>Year Level:<br>Record 3<br>Student No.:<br>Name:<br>Course:<br>Year Level:<br>Record 4<br>Student No.:<br>Name:<br>Course:<br>Year Level:<br>Record 5<br>Student No.:<br>Name:<br>Course:<br>Year Level:<br>RECORD SUMMARY<br>student No.<br>Name<br>Course<br>Year Level<br>202100001<br>Naruto<br>CE<br>1<br>202100002<br>Gokou<br>CPE<br>202100003<br>Luffy<br>COE<br>1<br>202100004<br>Pikachu Cs<br>202100005<br>Recca<br>ME<br>4<br>

Extracted text: Expected: Record 1 Student No.: Name: Course: Year Level: Record 2 student No.: Name: Course: Year Level: Record 3 Student No.: Name: Course: Year Level: Record 4 Student No.: Name: Course: Year Level: Record 5 Student No.: Name: Course: Year Level: RECORD SUMMARY student No. Name Course Year Level 202100001 Naruto CE 1 202100002 Gokou CPE 202100003 Luffy COE 1 202100004 Pikachu Cs 202100005 Recca ME 4
Jun 09, 2022
SOLUTION.PDF

Get Answer To This Question

Related Questions & Answers

More Questions »

Submit New Assignment

Copy and Paste Your Assignment Here