Search:

Type: Posts; User: Jordan99

Search: Search took 0.01 seconds.

  1. Replies
    10
    Views
    9,382

    Hey, sorry to be a pain this is my first coding...

    Hey, sorry to be a pain this is my first coding practice.

    This is the code I have come up with.

    it still doesn't work.




    #include <stdio.h>
  2. Replies
    10
    Views
    9,382

    Hi. Thanks for the help! This is the code i...

    Hi.

    Thanks for the help!

    This is the code i have come up with but it still acts the same as before.




    #include <stdio.h>
  3. Replies
    10
    Views
    9,382

    Apologies, i have changed it. Yes the code...

    Apologies, i have changed it.

    Yes the code runs correctly but it only compares the entered integer with the integer in the array in order.

    i wanted to know how to change the code so it...
  4. Replies
    10
    Views
    9,382

    #include #include int...

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


    int main()
    {
    int IntS[] = {1,2,3,4};
    int IntI[4], i;
  5. Replies
    10
    Views
    9,382

    Help for a beginner

    Hi everyone, I am currently learning C code and come a cropper.

    I want to write a code where 5 integers are stored in an array and the user has to input any of them to show a message on the screen...
Results 1 to 5 of 5