Search:

Type: Posts; User: jammysammy

Search: Search took 0.00 seconds.

  1. Replies
    10
    Views
    1,703

    when i get some time i will see if i can do it...

    when i get some time i will see if i can do it more efficiently. At the moment i was just using what i know so i can get it done and more onto my next assignment. Thanks for you help. I will see if i...
  2. Replies
    10
    Views
    1,703

    i answered that wrong. i know how you can do it...

    i answered that wrong. i know how you can do it mathematically but writing a program that can do that i have not done yet. we have covered strings, arrays, functions and that is about it so far....
  3. Replies
    10
    Views
    1,703

    because i have no idea how you would do it...

    because i have no idea how you would do it mathematically. Also we haven't gone that far into programming. My course is just based around simple programming for mechanical engineering. How would you...
  4. Replies
    10
    Views
    1,703

    because i have no idea how you would do it...

    because i have no idea how you would do it mathematically. Also we haven't gone that far into programming. My course is just based around simple programming for mechanical engineering. How would you...
  5. Replies
    10
    Views
    1,703

    strlen problem

    Hi guys the other day i posted a question regarding inputing data into a string. After much research my code has changed lots and i have got to this point


    #include <stdio.h>
    #include <stdlib.h>...
  6. I realized that after i posted it haha. I have...

    I realized that after i posted it haha. I have put it back in and still have the same problem. The compiler didn't do anything it ran it but with no success. this is what the question asks. At the...
  7. so i don't need any of the if statements of the...

    so i don't need any of the if statements of the for loops. I have removed them and this is what it looks like but it still doesn't work


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

    int i = 0;
    int...
  8. Taking a variable and input each value of it into an array

    Hi guys, I am new to programming and am quite enjoying it. I have been given a project where i need to write a program that asks for a 4 digit input from the user and then sorts out how many...
Results 1 to 8 of 8