End of Sprint Review

Welcome to Sprint 1! In this sprint, you’ll take your first steps into Java development. Since you already have experience with programming concepts from the CodeYourFuture curriculum, we’ll focus on bridging your existing knowledge (mostly in JavaScript) with Java’s syntax and tools. The goal of the sprint is to get you writing, running, and debugging Java applications quickly, without diving too deeply into computer science theory or Java Virtual Machine (JVM) internals. By the end of this sprint, you’ll be comfortable setting up a Java project in an IDE, running your first program, and understanding the basics of Java syntax and structure.

At the end of the sprint, you should be able to do the following things. Make sure to check you can do them all, and if not, go back and keep practicing until you can.

Getting Started with the IDE and main methods (Prep)
Java keywords and syntax (Prep)
Method Signatures (Prep)
Debugging Java Code Using the IDE (Prep)
Write a Program to Print Prime Numbers (Backlog)
Write a Program to Reverse Numbers (Backlog)