User: jessiej6

  • Public profile

User profile: jessiej6

User info
User name:jessiej6
History
Joined:
Number of posts:5
Latest posts:

A grade calculator. Everything works fine EXCEPT it does NOT display all the courses and grades average is off.
#include <iostream> #include<iomanip> using namespace std; int numStudents2; int main() { ...

1
123

What does this program do? Can someone kindly shed some light on this for me please.
#include <iostream> #include <iomanip> #include <random> #include <array> #include <ct...

What does this program do? Can someone kindly shed some light on this for me please.
#include <iostream> #include <array> using namespace std; const size_t arraySize{10};...

Grade System using arrays
I've been trying to create a grading system using arrays but i've been having issues when it outputs...

This user does not accept Private Messages