month1=23

  1. Disc_Junkie

    Program that will let you know your Sun Sign!

    /** * People can know their sun sign and lucky number, colour etc from this program.. * * Disc_Junkie * 1.0 */ import java.io.*; public class Astro { public static void display()throws IOException { InputStreamReader ireader = new InputStreamReader(System.in)...
Top Bottom