Search:

Type: Posts; User: muradyan14

Search: Search took 0.00 seconds.

  1. Replies
    12
    Views
    10,591

    #include #define WATER_BPT 100...

    #include <stdio.h>
    #define WATER_BPT 100
    #define MERCURY_BPT 357
    #define COPPER_BPT 1187
    #define GOLD_BPT 2660
    #define SILVER_BPT 2193
    int within_x_percent(int ref, double data, double x);
    int...
  2. Replies
    12
    Views
    10,591

    I need help this is very frustrating....thank you...

    I need help this is very frustrating....thank you for any help
  3. Replies
    12
    Views
    10,591

    Ok I did it, but now as I try to execute it......

    Ok I did it, but now as I try to execute it... any number I enter for the boiling point it tells me that the substance is unknown. Basically it doesn't do the calculations to deternine the...
  4. Replies
    12
    Views
    10,591

    I don't understand. What should I do?

    I don't understand. What should I do?
  5. Replies
    12
    Views
    10,591

    I fixed the scanf problem. How can I return true...

    I fixed the scanf problem. How can I return true or false without including if inside the return statement? Thanks for the reply!
  6. Replies
    12
    Views
    10,591

    finding boiling point need help!!!

    Question: The table below shows the normal boiling points of several substances. Write a program that prompts the user for the observed boiling point of a substance in Celsius degrees and identifies...
Results 1 to 6 of 6