Search:

Type: Posts; User: leahknowles

Search: Search took 0.00 seconds.

  1. Replies
    2
    Views
    1,209

    infinite loop

    This program works fine , right up to when i enter 0E for example to end tests it doesnt do anything its not ending nor printing out the printf statement




    #include <stdio.h>
    int main...
  2. Thread: i give up

    by leahknowles
    Replies
    4
    Views
    2,964

    can get through this error prog6.4.c: In...

    can get through this error
    prog6.4.c: In function ‘main’:
    prog6.4.c:78: error: expected ‘while’ before ‘return’
  3. Thread: i give up

    by leahknowles
    Replies
    4
    Views
    2,964

    i give up

    This is a program im trying to get to work for my test :-(




    #include <stdio.h>

    int main (void)

    {
  4. Replies
    3
    Views
    998

    thanks that fixed the problem silly things like...

    thanks that fixed the problem silly things like that ey you dont realise thanks for your time
  5. Replies
    3
    Views
    998

    ???? beginner

    Hi all,

    I have a test in the morning and cant get my program to compile any suggestions would be great!



    #include <stdio.h>
  6. Replies
    4
    Views
    1,430

    thanks for the help guys tryed to move around the...

    thanks for the help guys tryed to move around the brackets still couldnt get it to compile :-(
  7. Replies
    4
    Views
    1,430

    infinite loop

    my program works fine but as soon as i try to enter E or e it just stays in a infinite loop help please see if you can spot my problem.



    #include <stdio.h>

    int main (void)

    {
  8. Replies
    5
    Views
    1,679

    Beginner, cant get my program to run :-(

    question im asked to do :
    write a program that acts as a simple printing calculator i should accept in the form of number then operator.

    The following operators should be reconised '+', '-', '/',...
  9. Replies
    6
    Views
    2,326

    thanks jim fixed the problem it works fine now ...

    thanks jim fixed the problem it works fine now

    thank you!
  10. Replies
    6
    Views
    2,326

    prog8.11.c: In function ‘main’: prog8.11.c:27:...

    prog8.11.c: In function ‘main’:
    prog8.11.c:27: error: ‘numberOfElements’ undeclared (first use in this function)
    prog8.11.c:27: error: (Each undeclared identifier is reported only once...
  11. Replies
    6
    Views
    2,326

    error: ‘numberOfElements’ undeclared

    Hi this is one of my questions i have been given to do but i cant get it to compile please help!
    question was :
    Write a function called arraysum that takes two arguments: an integer array and the...
  12. Thread: Help!!!

    by leahknowles
    Replies
    3
    Views
    1,169

    Help!!!

    Write a function called arraysum that takes two arguments: an integer array and the number of elements in the array. HAve the function return as its result the sum of the elements in the array. ...
Results 1 to 12 of 12