Search:

Type: Posts; User: letsgetaway

Search: Search took 0.01 seconds.

  1. Replies
    9
    Views
    1,630

    I'm still lost how to actually use those...

    I'm still lost how to actually use those functions. This program is a simple form but actually I'm reading a line from a file one character at a time.
  2. Replies
    9
    Views
    1,630

    LOL! I guess you have a point since they close...

    LOL! I guess you have a point since they close roads to Katy every year. j/k I've actually never been there for the 2 years I've been in Houston..well more like Spring.
  3. Replies
    9
    Views
    1,630

    Ok thanks I'll give it a try. Those string...

    Ok thanks I'll give it a try. Those string library functions aren't covered well in my course's book so I had no idea how to use them. And a hello to a fellow houstonian. :)
  4. Replies
    9
    Views
    1,630

    trouble adding content to string

    I am supposed to 1 space between letters and 3 spaces between words in a string (not c-style string). I know how to check for letters and add a space between each one. The problem is I'm not sure...
  5. Replies
    2
    Views
    8,620

    steps 1. get input the from user to send...

    steps

    1. get input the from user to send scores to some variables (or initialize some variables to a certain score)
    2. do calculations on those variables to get the overall grade
    3. send the...
  6. Replies
    4
    Views
    1,103

    Thanks for trying to help. Someone was able to...

    Thanks for trying to help. Someone was able to help me. It's the simple errors that leave me guessing where I went wrong.
  7. Replies
    4
    Views
    1,103

    Here's the sample I/O the progam is supposed to...

    Here's the sample I/O the progam is supposed to show.


    -----------------------------------------------------
    Enter student ID: 1207
    Enter probation status: 2
    Enter number of classes taken by...
  8. Replies
    4
    Views
    1,103

    help with a loop

    I'm stuck on a portion of my code. I'm not sure how to print a message without showing a number that determines the message.

    Instructions: Write a program to compute student GPA's. The program...
Results 1 to 8 of 8