Happy Diwali
Let's celebrate the auspicious day of Diwali with fun and frolic
May this bright day bring Bountiful Bliss and Joy in your life
Happy Diwali :-)
//Program by Sanjay Dudani (me)
import java.festival.*;
class Celebration
{
public static void main(String args[])
{
Festival f = new Festival("Diwali");
try
{
f.write("Wish you and your family a very Happy Diwali !!!");
}
catch(HappinessOutOfBoundsException e)
{
System.out.println(e);
}
}
}
No comments:
Post a Comment