Never give up
if(val1 = "Life is going good") {
System.out.println("Code Really Hard");
} else if(val1 = "Life is a bit hard on you") {
System.out.println("Just smile because you need to code Hard");
} else if(val1 = "Bad thing happens") {
System.out.println("Be Happy something really cool is going to happen");
} else {
System.out.println("Code hard stay Happy, CHEERS!!");
}