Search:

Type: Posts; User: newbie

Search: Search took 0.13 seconds.

  1. Re: i think something wrong with array...plz help!!

    Possibly because he asked for correction of his Array? Which is what I believe I did.
    Sorry If I didn't read his entire program... but I let him keep his original structure because I don't know what...
  2. Re: i think something wrong with array...plz help!!

    import java.io.*;

    public class Date//checks validity of a date
    {

    int d, m, y;
    public Date() {
    int[] days = {31, 28, 31, 30, 31, 30, 31, 31, 30, 31, 30, 31};// Short syntax...
Results 1 to 2 of 2