Can someone please help me my programme is still not completely error free. Please i have been working on it all weekend long. I have tried several ways still not getting through/ Thank you.
{
cout<<"The Largest is:" << maxim<<setprecision (2)<< endl;
cout<<" The Smallest is:" << minim<< setprecision (2)<< endl;
cout <<" The Average is:" << avg<< setprecision (2)<< endl;
}
int main ()
{
float grade, sum, minim, maxim, avg,name;
int count;
sum=0.0;
count= 0;
cout<<"Enter name then -1 to quit" << " Enter grade then -1 to quit";
cin >> name;
cin>>grade;
while (grade>=0.0)