Search:

Type: Posts; User: Adila

Search: Search took 0.00 seconds.

  1. Thread: for loop

    by Adila
    Replies
    4
    Views
    1,082

    descriptive names.. alright, gonna take note on...

    descriptive names.. alright, gonna take note on that :D

    i must say i'm not that familiar with nested loop
    need to know it better! and try and error more

    thanks for pointing those extra...
  2. Thread: for loop

    by Adila
    Replies
    4
    Views
    1,082

    for loop

    this is how it should looks like :
    http://i151.photobucket.com/albums/s126/Keiko_Kaede/untitled.png

    i wrote is as :


    #include <stdio.h>
    #include <math.h>

    int main()
  3. Replies
    9
    Views
    3,233

    i have a feeling that the person who posted this...

    i have a feeling that the person who posted this question is in the same uni and class as i am LOL because this is one of the question for today lab session

    anyway.. what i did :


    #include...
  4. Thread: Separate numbers

    by Adila
    Replies
    3
    Views
    2,332

    actually.. i'm so lost =/ i was pointed out to...

    actually.. i'm so lost =/

    i was pointed out to use &#37; and /


    #include <stdio.h>

    int main()
    {
  5. Thread: Separate numbers

    by Adila
    Replies
    3
    Views
    2,332

    Separate numbers

    Question : a program that reads in a four digit number, separates the number into it's individual digits and print them separated by 3 spaces

    what i've done :



    #include <stdio.h>

    int...
  6. Thread: help with errors

    by Adila
    Replies
    2
    Views
    1,334

    ah ok no wonder it didnt turn out well i...

    ah ok

    no wonder it didnt turn out well

    i didnt change everything properly earlier when i renamed

    float sum to float sum1

    and forgotten to change :
  7. Thread: help with errors

    by Adila
    Replies
    2
    Views
    1,334

    help with errors

    the question is :

    enter an odd number (integer)
    enter an even number (integer)
    enter the same odd number (real)
    enter the same even number (real)

    so what i did so far..
Results 1 to 7 of 7