Search:

Type: Posts; User: chubbs1900

Search: Search took 0.00 seconds.

  1. Replies
    3
    Views
    10,724

    Input int score then get grade???

    /* This program reads a test score, calculates the letter
    grade for the score, and prints the grade.
    */
    #include <iostream>

    using namespace std;

    char studentScore (int score);

    int main ()
  2. Replies
    6
    Views
    1,602

    Loops: The 'any' inquiry

    Alright, in this situation I want to take a program that I wrote and modify it so it can take an integers and if any of the numbers are negative, it returns a negative number, but if all the numbers...
  3. Replies
    2
    Views
    3,172

    haah your right, I just had to reverse the outer...

    haah your right, I just had to reverse the outer loop and keep the inner loop positive!
  4. Replies
    2
    Views
    3,172

    Nested Loops: Confusion

    Hey guys, I am trying to create a number triangle that looks like this.

    123456789
    12345678
    1234567
    123456
    12345
    1234
    123
    12
Results 1 to 4 of 4