2

If(social_Life){
System.out.println("you are not developer");
}else{
System.out.println("You are Developer");
}

Comments
  • 1
    With that choice of variable case, I'm guessing your social_Life is truthy?
Add Comment