Code:
#include <stdio.h> int main () { /* variable definition: */ char StudentName[100]; float ExamValue, Sum, Avg, value; int students, exams, studentname; // Loop through Students while (students > 0) { // Initialize Sum = 0.0; students = 0; studentname =0; printf("Enter Student Name \n"); scanf("%s", StudentName);
Leave a comment: