Search:

Type: Posts; User: nhoda911

Search: Search took 0.01 seconds.

  1. Replies
    5
    Views
    1,850

    ok.. thanks ill edit it sorry..

    ok.. thanks ill edit it sorry..
  2. Replies
    5
    Views
    1,850

    the number of days is inputted by the user, the...

    the number of days is inputted by the user, the month, and the first day of the month..
  3. Replies
    5
    Views
    1,850

    a calendar c prog

    Problem output should be:

    1st screen:
    Enter Month : 4
    Enter days : 30
    First day of the Month : 4

    2nd screen:
    April
    SMTWTFS
  4. Replies
    4
    Views
    977

    thanks again mr. snafuist!!

    thanks again mr. snafuist!!
  5. i have found a solution for that before using the...

    i have found a solution for that before using the C compilers help menu..
    there are some example programs there using random function.. just try it..

    ^__^
  6. Replies
    4
    Views
    977

    wew i got it!!! thanks for the tip! here's my...

    wew i got it!!! thanks for the tip!
    here's my final code:


    #include<stdio.h>
    #include<conio.h>
    int main()
    {
    clrscr();
    int x=4,y=0,z=0;
  7. Replies
    4
    Views
    977

    Looking for a better code

    OUTPUT display should be:

    0 1 2 3
    4 5 6
    7 8
    9
Results 1 to 7 of 7