Search:

Type: Posts; User: leena_teoh

Search: Search took 0.00 seconds.

  1. i've made some changes, still....Help pls.....

    yes...it is homework, but i've made some changes to the answer....but still nedd some help, please?


    1] Given the C code segment below, answer question i -v.

    for (I = 1; I <= 10; ++ I)
    {
    for...
  2. Replies
    4
    Views
    1,502

    Correction, pls help...... :(

    1] Given the C code segment below, answer question i -v.

    for (I = 1; I <= 10; ++ I)
    {
    for (J = 1; J<=I; ++ J)
    printf("%i", I * J);
    printf("\n");
    }

    i) How many times does the first printf...
  3. Replies
    1
    Views
    909

    Pls help with this FAQ....

    i have some questions which i dont really understand and unable to answer them,
    is it o.k. for me to get the answer and explanation?
    some question has been answered, but it may be a wrong answer....
  4. Replies
    1
    Views
    7,626

    pls help with the correction...

    hello everyone, i have some question here which i had answered , just need some help with the correction, kindly pls point out my mistake.
    with explanation will be great. thank you.

    1] Write a...
  5. Replies
    8
    Views
    1,496

    some changes....

    i've made some changes to the program, but still it's a mess, kindly please ignore the previous one. thank you.
  6. Replies
    8
    Views
    1,496

    I'm trying to save the input from user into .txt...

    I'm trying to save the input from user into .txt or .dat format.

    something similiar to the attachement.
    i'm trying to copy and paste it to my program, but i have no idea how, as you can see, ...
  7. Replies
    8
    Views
    1,496

    May i know How To Save....please?

    Dear everybody,

    kindly please help me out with this problem.
    and i'm thinking to add in few commands for my program in order to make it able to save the input from user, but i have no idea where...
  8. Replies
    4
    Views
    4,955

    How to use -- scanf to accept space?

    hello everyone, i'm having some problem here.
    i'm using scanf to accept input from user, but it does not accept empty space, for example :

    First Name:
    Last Name:
    Address:
    Street:
    State:...
Results 1 to 8 of 8