Skip to content
Caleb Fynewever edited this page Oct 2, 2023 · 2 revisions

Welcome to the KnightKrawler Java Training!

This introduction to Java programming is intended for all KnightKrawler students to complete in preparation for programming robots for Turtle Trials and competitions. This tutorial will focus on parts of Java and WPILib typically needed to write code for an FRC robot, but always feel free to learn more on your own to improve!

While going through this training you will learn about:

  • Git & Github
  • Variables & Constants
  • Classes & Methods
  • Conditional & Control Statements
  • Coding Syntax
  • How to fix bugs

On the sidebar each line of blue text is a link to another info page. Start at Intro and then work from top to bottom within that section. Challenges you can work on in any order.