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 45-59 of the Java Programming Guide below.
Complete the 2 exercises on slides 48 and 57 and submit your exercise in the folder Training/Student/{your_name}/java
Optionally complete the practice problems on slide 59 and submit your answers 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 While Loop- https://www.w3schools.com/java/java_while_loop.asp Java For Loop- https://www.w3schools.com/java/java_for_loop.asp Java ArrayLists- https://www.w3schools.com/java/java_arraylist.asp
Notes: n/a