Search:

Type: Posts; User: CodyS

Search: Search took 0.09 seconds.

  1. Re: HELP! Trying to find the days between two dates WITHOUT gregorian calendar.

    import java.util.Scanner;
    import java.io.*;

    public class diffsInDates
    {
    public static void main(String[] args) throws IOException
    {
    int m1 , d1 , y1 , m2 , d2, y2 ;

    Scanner scan =...
  2. Re: HELP! Trying to find the days between two dates WITHOUT gregorian calendar.

    So I was able to figure it out. Thanks for all of your help. I may post the code later.
  3. Re: HELP! Trying to find the days between two dates WITHOUT gregorian calendar.

    I tried that and it didnt work. it said it was unreachable :/
  4. Re: HELP! Trying to find the days between two dates WITHOUT gregorian calendar.

    its due on 3/17/2011.
  5. HELP! Trying to find the days between two dates WITHOUT gregorian calendar.

    hey so this is my first post and I really need help. my friend and I cannot figure out why we cannot get all of the answers. This is the assignment:


    and here is my completed code:

    import...
Results 1 to 5 of 5