Search:

Type: Posts; User: jps

Search: Search took 0.09 seconds.

  1. Re: Program to check how many people are born on the same day of the month

    .....
    for(int n=0; n<30; n++){
    if(count[n] > 1){
    match++;
    }
    ......What exactly does the above code do? Is that what you meant for it to do?
    Is the return value from the...
  2. Re: Program to check how many people are born on the same day of the month

    Any month or the same month only? For example, does jan 20 'match' feb 20?
Results 1 to 2 of 2