Search:

Type: Posts; User: cajones1990

Search: Search took 0.01 seconds.

  1. haha i've finally sorted it! of course it has to...

    haha i've finally sorted it! of course it has to match either side in terms of both being in cm or metres.
    Meter =(Feet * 0.3048)+(Inches*0.0254); That seems to work fine and gives me the correct...
  2. Hmmmm. Where do i find my debugger? I'm currently...

    Hmmmm. Where do i find my debugger? I'm currently using two printf's for both calculations. from what i can gather my problem lies within my height calculation, sometimes it gives me a value that is...
  3. BMI = (Kilo /(Meter * Meter)); - I've made this...

    BMI = (Kilo /(Meter * Meter)); - I've made this alteration, but the BMI values being outputted are very strange. They are completely inaccurate and very random, considering small changes to the input...
  4. Yeh agreed and changed. The program seems to be...

    Yeh agreed and changed. The program seems to be working and outputting correctly.....however the value being outputted isn't correct. I honestly can't see which sum is wrong.... values being...
  5. "Please enter your height in UK Feet and Inches:...

    "Please enter your height in UK Feet and Inches: 12 12
    Please enter your weight in Stones and Pounds: 12 12"

    When i run the BMI program the above 2 lines are executed. I have typed in the 12 as...
  6. C In a Unix Environment - Small Program Help

    Hi

    I was wondering if I could get a little help with some programs I'm currently making.

    The first is a program designed to calculate BMI by inputting in stones and pounds and converting to kg...
Results 1 to 6 of 7