Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 
avatar of Luffy

Luffy

Luffy has asked 4 questions and find answers to 7 problems.

Stats

141
EtPoint
29
Vote count
4
questions
7
answers

About

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!!");
}