Johnny Villegas

11
reputation
4

BY DAY: Full Fledge Network Engineer

ALSO BY DAY: Trying to learn how on Earth I can ever be a coder.

BY NIGHT: Crying myself to sleep because I am just starting to code.

BY MIDWEEK: Learning JAVA and getting excited that the videos that I am watching now are under the category of "Intermediate".

public static void main(String[] args) {
String knowledgeLevel = "Intermediate";
if (knowledgeLevel.equalsIgnoreCase("Intermediate")) {
    System.out.println("Yaaaaayomgimsohappy... Ahem. I mean, This is awesome!");
} else {
    System.out.println("Ugggggggggh im never going to get this..............");
}
}