Search:

Type: Posts; User: noodles355

Search: Search took 0.00 seconds.

  1. input row of integers via scanf into an array...

    that make sense? How should I go about doing this...?

    Essentially I want to be able to input 11 single digit numbers (ie from 0-9) and store them in an array. Once I have that I can start looking...
  2. Oh, that makes sense now... Like I said, befor...

    Oh, that makes sense now... Like I said, befor the only time I had seen the double in action was similar to:
    double book( double a, double b, double c, double d ) {
    return (((b * c) + ((b/2) * d...
  3. ah I see, I wasn't aware I could just do ", x + y...

    ah I see, I wasn't aware I could just do ", x + y + z", that makes life a lot easier. Ok, I've now got:



    double book( double a, double b, double c, double d ) {
    return (((b * c) + ((b/2) * d...
  4. Sorry, I called them all a b c x y z etc as I...

    Sorry, I called them all a b c x y z etc as I wasn't sure if having full words would effect it...
    I'll add comments next time aswell, that's as in /* Comment */ right?

    Ok, yes the basic idea is...
  5. beginner coder - having trouble calling previous functions, probably something simple

    Hi, I'm a complete beginner to coding, I'm studying Comp. Sci. at Bristol Uni in the Uk and am into my second week. The first thing we did was easy, the ol' printf "Hello World!" code, but we're onto...
Results 1 to 5 of 5