Search:

Type: Posts; User: Cam S Matthews

Search: Search took 0.00 seconds.

  1. Replies
    6
    Views
    3,505

    you could ?? so u can perform multiple...

    you could ??
    so u can perform multiple calculations under the IF & ELSE IF statements ??......



    else if(weight >= 25000) {
    input1 = weight - 25000;
    input2 = input1 / 400;
    input3...
  2. Replies
    6
    Views
    3,505

    Hi, i just want the setValidWeight(); in one of...

    Hi,
    i just want the setValidWeight(); in one of the IF statement to do this; if the input weight is greater than 2500grams, it should cost it has $5.50 + $0.90c for every 400grams over 2500grams
    i...
  3. Replies
    6
    Views
    3,505

    HELP!!! C programming Calculations

    Hi Everyone,
    I'm doing an assignment for uni which is about a small shopping cart.
    Could some please help me with these couple of maths calculation issues with c programming please:

    If the user...
Results 1 to 3 of 3