Search:

Type: Posts; User: redened

Search: Search took 0.00 seconds.

  1. Replies
    1
    Views
    1,405

    Need help with Char

    I have to make a program where the user enters 3 char characters which ends up being a number, an operator, and another number. (ex. 5,+,6)

    The 5 and 6 are char numbers. How do I add them...
  2. Replies
    1
    Views
    8,459

    Help with C Programming (while loop)

    Hello, I am fairly new to programming and need some help with the while loop.

    Here is the part that I am having trouble with.




    #include <stdio.h>

    int main ( ) {
Results 1 to 2 of 2