Question: using code blocks 1. Write a C program Students_list.c that prints a table with a list of at least 5 students together with their grades

using code blocks 1. Write a C program Students_list.c that prints a table with a list of at least 5 students together with their grades eamed (lab points, bonus points, and the total) in the format below. (10 points). IM Student Points VIVA IT Name Lab Bonus Total Joe William Mary Sue --- 43 50 39 7 8 10 50 58 49 The requirements for the program are as follows: a. Print the border on the top as illustrated (using the slash and backslash characters "\\"). b. Use tab characters "\t" to get your columns aligned and you must use the format specifier for numerical values, strings and addition results of lab and bonus. C. Make up your own student names and points the ones shown are just for illustration purposes. You need 5 names
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
