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:
Go through Slides 98-105 of the Java Programming Guide below.
Complete the 2 exercises on slides 101 and 105 and submit your exercise in the folder Training/Student/{your_name}/java
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 Static Methods - https://www.w3schools.com/java/ref_keyword_static.asp Java Inner Classes - https://www.w3schools.com/java/java_inner_classes.asp
Notes: n/a