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 81-90 of the Java Programming Guide below.
Complete the 2 exercises on slides 85 and 90 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 Scanner- https://www.w3schools.com/java/java_user_input.asp Java Classes- https://www.w3schools.com/java/java_classes.asp
Notes: n/a