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 60-79 of the Java Programming Guide below.
Complete the 3 exercises on slides 63, 67, and 79 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 Methods- https://www.w3schools.com/java/java_methods.asp Java Recursion- https://www.w3schools.com/java/java_recursion.asp Java String Methods- https://www.w3schools.com/java/java_strings.asp
Notes: n/a