Search:

Type: Posts; User: Rockie

Search: Search took 0.00 seconds.

  1. Replies
    4
    Views
    4,474

    i have fix a little bit but now it gives me the...

    i have fix a little bit but now it gives me the highest grade instead of the highest average


    double highestAverage = grades[numberOfstudents][numberOfgrades];
    for(int i = 0; i <...
  2. Replies
    4
    Views
    4,474

    Help with finding the highest average grade

    #include "stdafx.h"
    #include <iostream>
    #include <iomanip>
    #include <string>
    using namespace std;

    int _tmain(int argc, _TCHAR* argv[])
    {
    const int numberOfstudents = 8;
    const int...
  3. Replies
    8
    Views
    1,714

    That's one of the things that i did when i went...

    That's one of the things that i did when i went through it again and I have changed it but I still need some advice since a friend told me this " the logic of your program does not answer the...
  4. Replies
    8
    Views
    1,714

    Help with this program

    char sex; // 'M' == male 'F' == female
    int age; // Infant age less than 2
    // toddlers age greater than or equal 2 and less than 4
    // child age greater than equal...
  5. Replies
    2
    Views
    4,356

    I need help with two parallel arrays

    I'm suppose to write a program that uses two parallel arrays to store student names and their grades. It should use an array of strings that hold the names and and array of integers that hold the...
Results 1 to 5 of 5