Search:

Type: Posts; User: Danny.Hoshi

Search: Search took 0.01 seconds.

  1. Replies
    3
    Views
    1,040

    my mistake.

    my mistake.
  2. Replies
    3
    Views
    1,040

    How to print words with only 5 letters

    For example lets say the user enter " the lost word "
    or " two years before the mast "
    how do you print "word" or "year" which contains 5 letters.

    thank you
  3. Replies
    3
    Views
    2,103

    Thank you, problem solved .

    Thank you, problem solved .
  4. Replies
    3
    Views
    2,103

    scanf not working

    Hi,

    My program works fine but after execution it does not allow me to scanf anything at the end of program, etc (R to reset Q to quit).
    thanks in advance.





    #include <stdio.h>
  5. Replies
    10
    Views
    11,763

    i think its d, you cant have +-.

    i think its d, you cant have +-.
  6. Replies
    10
    Views
    11,763

    ok so for 7- all are valid 8- b is not valid...

    ok so for 7- all are valid
    8- b is not valid because it need bracket at beginning
    9 - all are valid
    10 - a is not valid cant have int
    11 - c is invalid, can't have scanf
    12 - d is invalid,...
  7. Replies
    10
    Views
    11,763

    Can some explain to me how which are invalid and...

    Can some explain to me how which are invalid and why? I am not asking you to do my homework for me, just explain.

    p.s this is not homework, im studying for midterm.
  8. Replies
    17
    Views
    3,736

    did that but still same thing, mean-level is not...

    did that but still same thing, mean-level is not showing
  9. Replies
    17
    Views
    3,736

    This is what I did so far. It works but it...

    This is what I did so far. It works but it doesn;t show mean level, it only shows lake name and open or close.



    #include<stdio.h>
    #include<math.h>
    int
    main (void)

    {
  10. Replies
    17
    Views
    3,736

    this is what i have done so far. still not...

    this is what i have done so far. still not working.


    #include<stdio.h>
    #include<math.h>
    int
    main (void)

    {
  11. Replies
    10
    Views
    11,763

    Identify the invalid C expression

    Can you please explain which is invalid and why? Thanks

    CAN YOU PLEASE EXPLAIN.
    Identify the invalid C expression or choose "all are
    valid". Assume all variables are integer and non-zero.
    7....
  12. Replies
    17
    Views
    3,736

    I don't know how to edit my first thread, that's...

    I don't know how to edit my first thread, that's why I started new thread. I took your advice from yesterday ( Thank you ) and started from scratch. I did everything I got but got stuck when...
  13. Replies
    17
    Views
    3,736

    How to find average?

    Hi,
    please see image.
    how do you find the average like the one shown in the report and how to get the report exactly like the one shown in the picture with heading and columns.
    Here is what i've...
  14. Replies
    17
    Views
    3,736

    Please help

    Write a C program to
    (i) calculate the mean level of E. Coli bacteria for a series of lake beaches in Ontario,
    (ii) make a decision to open or close the beach, and
    (iii) produce a report for...
Results 1 to 14 of 14