Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 
avatar of S. Czop

S. Czop

S. Czop has asked 2 questions and find answers to 23 problems.

Stats

355
EtPoint
69
Vote count
2
questions
23
answers

About

I am a beginner coder just for fun of Android Applications. I write applications which can help my schoolmates in the different subjects we have. I code whenever I have a project and I will spend hours working on it.

boolean Happy = false;
String personality = "depressed";
if (!(Happy)) {
    Happy = true;
    personality = "awesome";
} else {
    smile("BIG");
}