Ask a New Question
Search
Questions and answers by
Dscale
Questions (1)
Write an interactive C program that will accept each student’s name an exam grades as input, determine an average grade for
2 answers
1,040 views
Answers (1)
#include "stdafx.h" #include #include #include using namespace std; int _tmain(int argc, _TCHAR* argv[]) { const int number of students = 10; const int number of scores = 6; double scores[number of scores]; double total; double average; string name[number