I have a problem with a loop that I can't seem to resolve. The code is as follows:
#include <iostream.h>
#include <process.h>
int main()
{
float grade1;
float grade2;
float grade3;
float grade4;
float grade5;
float average;
bool decide1;
bool decide2;
bool decide3;
bool decide4...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.