1. Getting Started - frc2052/2023-KnightKrawlerJavaTraining GitHub Wiki
Getting started programming with Java
When we create programs we use a programming language to communicate with the computer. There are a variety of programming languages, but the one we will be using to program robots and projects on our team is called Java.
If you have never written any code in Java before or you want a refresher on the basics, this is the place to start!
- Create a free account on Codecademy
- Got to the "Learn Java" course and click "Start"
- Only Complete lessons 1-4 & 6:
- Hello World
- Variables
- Object-Oriented Java
- Conditionals and Control Flow
- Loops (note: we are skipping the lesson 5: Arrays and ArrayLists)
Although we will be skipping some of the Java fundamentals covered by these lessons feel free to come back at any point after you've completed this training to complete the rest of the courses for a fuller understanding of Java!