// if u wanna run this code for real, then comment the below packeges and use import java.io.*; and import java.util.*;
import java.Human.*;
import java.God.*;
public class Pc
{
public static void main(String[] args)
{
//Life is like a bubble so shud with stand with internal and external pressure
System.out.println(“Rate our relation on a scale of 0-5 according to you considering following facts”);
System.out.println(” (a) Your opinon ova me wen u first met me “);
System.out.println(” (b) The sharing of highs and lows”);
System.out.println(” (c) Fights”);
System.out.println(” (d) How u felt my company”);
System.out.println(” (e) Your opinon about the time we spent together with othersMy Trust on U”);
System.out.println(” (f) My Trust on U”);
BufferedReader br = new BufferedReader(new InputStreamReader(System.in));
String i;
int k = -1;
try
{
i = br.readLine();
k = Integer.parseInt(i);
System.out.println(“The input you gave is: ” + k);
}
catch(IOException ioe)
{
System.out.println(“IO error”);
System.exit(1);
}
//int j = Integer.parseInt(i);
switch(k)
{
case 0: (new Huh()).KnowAbtUandMe();
break;
case 1: (new Kastam()).KnowAbtUandMe();
break;
case 2: (new Okie()).KnowAbtUandMe();
break;
case 3: (new Good()).KnowAbtUandMe();
break;
case 4: (new LoveU()).KnowAbtUandMe();
break;
case 5: (new AnthaBommaLedu()).KnowAbtUandMe();
break;
default: System.out.println(“Ni yankamma english ardham kadaa 0 to 5 e allowed :X ~ Idiot dont u understand the language :X enter a valid number ~ kya bey angreji samajh mein nahi ara kya :X 0 se 5 ke beach mein dalo bhai..”);
break;
}
}
}
interface Chooddam
{
public void KnowAbtUandMe();
}
class Huh implements Chooddam
{
public void KnowAbtUandMe()
{
System.out.println(“nee ayya evadavu bey nuvvu..? naa gurinchi emi theliyaka pothey naa blog chudadam enduku..?? nademantha popular khas blog emi kadu le.. time waste chesukokunda do ur job.. pani leka pothey cheppu i will mail u some java exercises.. do em and send dem asap.. samjhey..”);
}
}
class Kastam implements Chooddam
{
public void KnowAbtUandMe()
{
System.out.println(“Hey.. its u.. dat day… u r with…. okie den.. carry on..byee”);
}
}
class Okie implements Chooddam
{
public void KnowAbtUandMe()
{
System.out.println(“Hai.. I am in Pune.. joined here.. new field and new place.. need to study a lot..(i have to study as i dint do till now.. 🙂 ) btw.. wassup wid u.. n e special news..? k then got to go.. byee. “);
}
}
class Good implements Chooddam
{
public void KnowAbtUandMe()
{
System.out.println(“Wassup Buddy..! How are you.. I have been trying to contact you.. where are u now.. howz life dese days.. yaar nothing special in my life.. u have to tell.. how are every body at home ? i will msg u my new number.. drop me ours here.. okie den take care.. bubbyeee”);
}
}
class LoveU implements Chooddam
{
public void KnowAbtUandMe()
{
System.out.println(“S.. The Days we Spent together were awesome. U mite thot in a different way wen u first met me.. Then u tried to accept me by force which was followed by Ur intrest. Later we got an apportunity to share our crusts and troughs with the amount of Trust we have. Small small Fights made our friendship even stronger by leaving the concept of stranger. Thank you My friend for the treasure(care) u gave me, the affection u showed, the support i got from u and the unforgettable memories u left for me “);
}
}
class AnthaBommaLedu implements Chooddam
{
public void KnowAbtUandMe()
{
System.out.println(“Cha Nuvvu rating 5 ichavaa..!! OMG. Antey neeku sariga burra ledu ani ardham avuthundi.. Buddy.. There is no Ideal System in this world.. dint u see the last point?? It says My Trust on You but not ur trust on me :P. So How can you judge my stupid Brain ?? So try it again 😉 “);
}
}