Description: Java is the main language of FRC robot coding. Java is known as an object-oriented language and has syntax and rules specific to it. It is important to learn how this language works.
Acceptance criteria:
Have a beginning understanding of Java and Java programs by going through slides 1-30 of the Java Programming Guide below.
Create a new folder at Training/Student/{your_name}/java
Complete the 2 exercises on slides 18 and 30 and push your exercise into the folder created in the previous bullet.
Description: Java is the main language of FRC robot coding. Java is known as an object-oriented language and has syntax and rules specific to it. It is important to learn how this language works.
Acceptance criteria:
Resources: Java Programming Guide - https://github.com/Team2890HawkCollective/Training/blob/main/Java_Programming_Guide.pdf Java Variables - https://www.w3schools.com/java/java_variables.asp Java Operators - https://www.w3schools.com/java/java_operators.asp Install Java & Wipilib on VS Code - https://www.youtube.com/watch?v=METs4ELX4Fg
Notes: n/a