S. Czop

602
reputation
1
6
17

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