Download presentation
Presentation is loading. Please wait.
Published byAntonia Hall Modified over 9 years ago
1
Presented by Lee Zenke 2015 Java Programming PT. 2
2
Lesson 1: Understanding the simple robot template ▫ Here I will explain the pre-created classes in the simple robot template Lesson 2: If, Else, and Else if ▫ Understanding how if statements are used and there syntax Lesson 3: Loops ▫ Here we will learn for loops, while loops, and do while loops Training Outline
3
Autonomous method ▫ Called in autonomous mode operatorControl method ▫ Called in Tel-op mode Test method ▫ Called in test mode Lesson 1: Understanding the Simple Robot Template
4
Basic building block of any program Can be nested to create logical chains Lesson 2: If, Else, and Else If
5
The Most common form of a loop used Allow controlled loop counts Self contained incrementing counter Lesson 3: For Loops
6
Simpler form of Loops A pitfall is that they stick the code Lesson 3: While Loops
7
Exactly the same as while loops Perform one iteration of code block whether true or not Lesson 3: Do While Loops
8
Any Questions or thoughts? https://www.udemy.com/java-tutorial learn java from the beginning https://www.udemy.com/java-tutorial http://wpilib.screenstepslive.com/s/3120/m/7885 Useful info provided by FIRST http://wpilib.screenstepslive.com/s/3120/m/7885 Open Discussion and Common Issues
Similar presentations
© 2025 SlidePlayer.com. Inc.
All rights reserved.