Search:

Type: Posts; User: muradyan14

Search: Search took 0.01 seconds.

  1. Thread: Strings

    by muradyan14
    Replies
    2
    Views
    928

    Strings

    I am having a problem with my program. Whenever I input a 10 letter word like montgomery its' output is montgomer@ies. The program is about converting the noun that ends with "y" to "ies".

    ...
  2. Thread: 2d array

    by muradyan14
    Replies
    1
    Views
    698

    2d array

    How can I Figure out and store the sum of EACH COLUMN in the 2D array values in a 1D array? And to the same for the average? Please Help I'm stuck...
  3. Thread: 2D arrays

    by muradyan14
    Replies
    6
    Views
    1,017

    I just fixed it. it works!

    I just fixed it. it works!
  4. Thread: 2D arrays

    by muradyan14
    Replies
    6
    Views
    1,017

    YOU"RE RIGHT I got it. THANKS BRO

    YOU"RE RIGHT I got it. THANKS BRO
  5. Thread: 2D arrays

    by muradyan14
    Replies
    6
    Views
    1,017

    I don't think that matter because it calculated...

    I don't think that matter because it calculated the sum, but messes up on the average.
  6. Thread: 2D arrays

    by muradyan14
    Replies
    6
    Views
    1,017

    2D arrays

    I have a problem with 2D array. I am trying to calculate and printout the average of every element in 2D array, but it gives me the error: segmentation fault (core dumped). I don't know what to do....
  7. Replies
    12
    Views
    10,586

    #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...
  8. Replies
    4
    Views
    2,738

    I fixed the equation. How can I fix the version...

    I fixed the equation. How can I fix the version control problem, it doesn't print six lines. Please help me. It seems like I did everything right....I'm confused. Thanks for any help!
  9. Replies
    12
    Views
    10,586

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

    I need help this is very frustrating....thank you for any help
  10. Replies
    4
    Views
    2,738

    finding amount of cobalt need help

    Question:
    The rate of decay of a radioactive isotope is given in terms of its half time H, the time lapse required for the isotope to decay to one-half of its original mass.The isotope...
  11. Replies
    12
    Views
    10,586

    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...
  12. Replies
    12
    Views
    10,586

    I don't understand. What should I do?

    I don't understand. What should I do?
  13. Replies
    12
    Views
    10,586

    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!
  14. Replies
    12
    Views
    10,586

    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 14 of 14