Search:

Type: Posts; User: brainstormin

Search: Search took 0.01 seconds.

  1. Replies
    8
    Views
    1,445

    This is the most relevant part: ...

    This is the most relevant part:





    for(i=0; i<SIZE; i++)
    {
    ...
  2. Replies
    8
    Views
    1,445

    code tag

    Please show me how to use the code tags..
  3. Replies
    8
    Views
    1,445

    C ++

    It seems the file did not attach properly. I am pasting the relevant part of the code. Please bear with me because I don't know how to format it for this forum as suggested.

    for(i=0; i<SIZE; i++)...
  4. Replies
    8
    Views
    1,445

    C++ question

    Hi,

    I have a bit of as problem. This file should calculate cut-off grades and then re-print out the file containing student grades and assign grades A, B, C, and D to the three exam scores as well...
  5. Replies
    5
    Views
    859

    I am not asking anybody to do my homework. I was...

    I am not asking anybody to do my homework. I was merely asking for help to do something I had ALREADY done, a different way. Since posting this, I have already finished with that stage of the...
  6. Replies
    5
    Views
    859

    C++ question/update

    Given the following, how do I get the program to print-off cut-off values?. For each exam, the A cut-off is 0.9* the highest score. B cut-off is 0.8 * the highest , C cut-off is 0.7* the highest...
  7. Replies
    4
    Views
    750

    Thanks!!

    That part of the program works excellently now. Thanks!
  8. Replies
    4
    Views
    750

    errors

    One of the errors is that the first parameter int cannot be converted to int[]
  9. Replies
    4
    Views
    750

    C++ arrays question

    Hi..I am writing a program to read a file containing student names and scores for 3 tests and output the highest in each test. What am I doing wrong? Thanks.(There are 6 students in the class)..

    ...
Results 1 to 9 of 12