Happy New Year 2016

//NEW YEAR WISHES- A Computer Science Engineer's way !
//NewYear.java
package newyear;
import java.io.*;
import java.util.scanner;
Scanner in = new Scanner(System.in);

class NewYear
{
void wishes(int year)
{
System.out.println(" Wishing you and your family, A happy new year "
+year "!!! smile emoticon smile emoticon");
System.out.println("Warm regards and let there be peace everywhere!!! \n May this year you get all what you want");
}
}
class newYear
{
public static void main(String []args)
{
int year = in.nextInt();
NewYear happy = new NewYear();
happy.wishes(year);
);
}
}

Comments

Popular posts from this blog

This New MIT Research Allows You To Generate Electricity While You Walk

Google Script To notify with an email to multiple recipients with cell values in tabular formate