Posts tagged code

Posted 4 years ago

Else If

if (you == kind) System.out.println(“I wil consider”);

else if ( you == generous) System.out.println(“I will think about it”);

else if ( you == handsome) System.out.println(“I will think about you”);

else if (you != wicked) System.out.println(“You are my cup of coffee”);

else if (you != short tempered || you == understanding) System.out.println(“You will get along with my dad”);

else if (you == have respect for elders) System.out.println(“My mother wil like u”);

Credit goes to Inzali who wrote this coding. :)