Search:

Type: Posts; User: nicolobj

Search: Search took 0.01 seconds.

  1. Replies
    4
    Views
    3,248

    Sorry about that, is there any chance that you...

    Sorry about that, is there any chance that you could help me with this problem?
  2. Replies
    4
    Views
    3,248

    repeat number program

    Can someone help me with how I can re-enter this loop after it breaks from the first repeated number? I need it to display all of the repeated numbers in the integer that the user enters.

    ...
  3. Replies
    4
    Views
    15,834

    Thanks for your help Salem!

    Thanks for your help Salem!
  4. Replies
    4
    Views
    15,834

    This is the code that I have come up with so far....

    This is the code that I have come up with so far. Can anyone help me out as to why it is not converting my getchar() statement into a letter



    #include <stdio.h>

    main(){

    char ch;
    int i;
  5. Replies
    4
    Views
    15,834

    Convert Phone Letters To Numbers

    iI am a new C programmer and I am trying to write a program that will convert the letters of a phone number such as 1-800-collect into the correct numbers. Could someone help me get this started. I'm...
Results 1 to 5 of 5