Search:

Type: Posts; User: mkaynutty

Search: Search took 0.00 seconds.

  1. #include #include...

    #include <iostream>
    #include<iomanip>
    #include<fstream>
    using namespace std;

    int main(){
    system("color f0");

    cout<<"**************************************************"<<endl;
    ...
  2. I tried out your suggestion oogabooga and it...

    I tried out your suggestion oogabooga and it worked! I just found I have to enter a loop in there as well and I can't figure out which one to use. The grades and averages shouldn't come up until you...
  3. Formatting output when some names are longer than others

    I wrote a program to read names and program scores from a text file and the output has to be formatted into columns evenly like so:


    Snow White 89.50 89.00 B
    Sleeping...
Results 1 to 3 of 3