Search results

  1. D

    I need help with my program. It's not adding my numbers correctly.

    /* C Program 4 - Corey Jones - cjtx6362@yahoo.com */ #include <iostream.h> // include system information int main() { int numValues, count; float sum, num, largest, smallest; count = 1; sum = numValues + num; numValues = 1; cout << "C Program 4 CSCE 1020.002" << endl << "Corey...
  2. D

    I need help with if and else statements.

    I can't get the message to show up in my program. You see, my program is supposed to tell you what day it is. For example; The program will ask "Enter a day and a hour" A stands for Saturday, so when I enter in A the cout should display Today is saturday. Also, if someone inserts 25...
  3. D

    How do I solve this error? (C+)

    I figured it out. Thank you VERY much.
  4. D

    How do I solve this error? (C+)

    The error is on line 17. I have no idea what it means or how to get rid of it. Can you guys help? 1: 2: #include <iostream.h> // include system information 3: 4: int main() 5: { int floatnum1, floatnum2, sur, floatpi; 6: 7: // display initial program...
Back
Top