Search:

Type: Posts; User: ARod609

Search: Search took 0.00 seconds.

  1. I tried just to simplify it, now I am just going...

    I tried just to simplify it, now I am just going to read up on it obviously something I am doing with the if and else statement is wrong and I have to read up on switch statements too...

    input:"w"...
  2. Well I want it to respond to a #0-9 You...

    Well I want it to respond to a #0-9

    You entered the number four
    and
    Error when you type a character

    formatting the if and else statement is what I am getting confused with I try using the...
  3. Trying to teach myself C programing language, and I am not sure how to solve this...

    Ask the user to enter a digit between 0 and 9. Have the program print
    out the digit in words, for example:

    Enter a digit between 0 and 9: 4
    You entered the number four

    Assume that the...
Results 1 to 3 of 3