Search:

Type: Posts; User: Joldil

Search: Search took 0.00 seconds.

  1. Replies
    8
    Views
    1,804

    if two scores are the lowest, neither would drop,...

    if two scores are the lowest, neither would drop, but I dont know how to fix it. is there a simpler way to find and drop the lowest score?
  2. Replies
    8
    Views
    1,804

    it works, but I dont know if i did it the right...

    it works, but I dont know if i did it the right way.
  3. Replies
    8
    Views
    1,804

    did i do this right?

    int findLowest() should find and return the lowest of the five scores passed to it. It should be called by calcAverage, who uses the function to determine which of the five scores to drop.

    void...
  4. Replies
    3
    Views
    1,306

    beginner question

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

    int main()
    {
    char state[3];
    cout << "Enter NC, SC, GA, FL, or AL. ";
    cin >> state;
    if (state == "nc" || state == "NC")
Results 1 to 4 of 4