Search:

Type: Posts; User: Jomoka

Search: Search took 0.01 seconds.

  1. Thanks

    Hi guys thanks,

    I originally had that, but i think i forgot to change all the floats that were originally ints, which kept giving me zero average. I understand now. I appreciate it guys.
    ...
  2. Data type problems, float, int, etc with averages

    Hi guys, i'm having a little trouble getting my GPA average calculator to work as one of the challenges from the book. The sample data is:

    GPA = 3.5, 2.8, 3.0, 2.5, 4.0, 3.7
    avg GPA = 3.25

    i...
  3. Replies
    7
    Views
    2,032

    Claudiu, or anyone have Algorithm books to...

    Claudiu, or anyone have Algorithm books to recommend? I plan to go to the library sometime this week.

    Thanks Claudiu, and i appreciate all your help guys
  4. Replies
    7
    Views
    2,032

    It works! thanks guys! That was awesome. Thanks...

    It works! thanks guys! That was awesome. Thanks for all your help. I should probably study algorithms for C too besides just following the book.




    #include <stdio.h>

    /**
    Reference websites:
  5. Replies
    7
    Views
    2,032

    Thanks anduril462, i will look into all of this...

    Thanks anduril462, i will look into all of this and get back to you all
  6. Replies
    7
    Views
    2,032

    Array's Question sorting numbers!

    Hi everyone, just self studying C Programming for the summer. I was wondering if you could give me some advice on what to do here. In the book, one of the challenges ask me to as the user to input 10...
  7. Replies
    9
    Views
    1,582

    if ((cResponse -'0') == iRandomNum) So by...

    if ((cResponse -'0') == iRandomNum)

    So by adding (-'0') what purpose does this do? Thanks i appreciate it.
  8. Replies
    9
    Views
    1,582

    Thanks everyone that help clear things up, i...

    Thanks everyone that help clear things up, i needed a NOT operator to test if user was entering a letter instead of a digit. I changed the cResponse variable to a character data type, but i still...
  9. Replies
    9
    Views
    1,582

    Thanks guys for your help, but i am still in...

    Thanks guys for your help, but i am still in doubt. Since you have to input a string or character to check if it is a digit or letter. If you are trying to compare it with a random generated number...
  10. Replies
    9
    Views
    1,582

    C Programming Beginner help with isdigit()

    Hi guys I am new to C Programming, and i have a problem working on a challenge. The goal of this program is to enter a number from 1 to 10 and alert the user if he was correct or not. I have to use...
Results 1 to 10 of 10