#include int main (){ /* variable definition: */ char StudentName[100];
#include int main (){ /* variable definition: */ char StudentName[100];
float ExamValue, Sum, Avg; int students,exams; // Loop through 5 Students for (students=0; students
What is the line of code doing?
char StudentName[100];
(Hint: We haven’t covered arrays, but a String can be thought of as an array of characters) ?