Search:

Type: Posts; User: RobinBOYO

Search: Search took 0.01 seconds.

  1. Replies
    2
    Views
    828

    I can't believe i missed that, lol thanks.

    I can't believe i missed that, lol thanks.
  2. Replies
    2
    Views
    828

    Junk in user inputted array

    #include <stdio.h>
    #include <stdlib.h>

    int main()
    {
    int num[20], max;
    printf("How many numbers do you want to sort?\n");
    scanf("%d", &max);
  3. Thanks for the help.

    Thanks for the help.
  4. Printing to a specific coordinate of the console

    So as the title says, I would like to find out how to print to a certain coordinate of the console. For now, i just want to do a single number. If someone could explain this with some code as well...
  5. Replies
    5
    Views
    1,987

    Yup that was my problem, such a silly mistake....

    Yup that was my problem, such a silly mistake. Thanks.
  6. Replies
    5
    Views
    1,987

    Yeah that seems to be the issue, the value of...

    Yeah that seems to be the issue, the value of reverse is not even remotely close to the original number, do you have any idea why? It works fine without the multiplication part.
  7. Replies
    5
    Views
    1,987

    Palindrome Calculator

    I was wondering what was wrong with my program, it goes through multiplying 99 by 99-1 and is supposed to say if the number is a palindrome; however, every number is said its not, even numbers that...
Results 1 to 7 of 7