Tag Archives: first

C Programming Examples – Simple Averaging

Problem: Create a program that will compute the average score of 3 quizzes using the following formula. quiz average is equal to sum of 3 quizzes divided by 3.
Posted in C/C#/C++, Examples, Programming, Tutorials | Tagged , , | Comments Off