
Java
-
JAVA: Game “Catch a drop”
READ MORE →: JAVA: Game “Catch a drop”“Catch a drop” is a simple game that you can write in JAVA. This can be your first…
-
JAVA: Conditionals and Loops
READ MORE →: JAVA: Conditionals and Loopsif statement int x = 7; if (x < 42) { System.out.println(“Hello”); } if…else statement int age =…
-
JAVA & OOP Basics (Notes)
READ MORE →: JAVA & OOP Basics (Notes)Definitions & Abbreviations: JDK (Java Development Kit): Download JVM (Java Virtual Machine) IDE (Integrated Development Environment), e.g. IntelliJ IDEA: Download &…





