Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 
avatar of Luffy

Luffy

Luffy has asked 3 questions and find answers to 5 problems.

Stats

106
EtPoint
23
Vote count
3
questions
5
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!!");
}