Changes between Version 60 and Version 61 of ControlSystems/SoftwareTeam/Training/GettingStarted
- Timestamp:
- Nov 4, 2019, 4:26:18 PM (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ControlSystems/SoftwareTeam/Training/GettingStarted
v60 v61 4 4 5 5 == Write your first Java Program(s) 6 Java is one of the most popular programming languages and is taught in most high schools because it is used for the AP Computer Science exam. Java is part of a family of very similar languages: C, C++, C#, Java and when you learn to program in one you can easily pick up the others. Like the large majority of FRC teams, 2537 uses Java to program their robots. Go through the lessons below in sequence to learn just enough Java to start programming robots:6 Java is one of the most popular programming languages and is taught in most high schools because it is used for the AP Computer Science exam. Java is part of a family of very similar languages: C, C++, C#, Java and when you learn to program in one you can easily pick up the others. Like the large majority of FRC teams, 2537 uses Java to program their robots. For more on why we use Java, see [wiki://Software/WhyJava here]. Go through the lessons below in sequence to learn just enough Java to start programming robots: 7 7 1. [wiki://ControlSystems/SoftwareTeam/Training/GettingStarted/HelloWorld Hello World] 8 8 1. [wiki://ControlSystems/SoftwareTeam/Training/GettingStarted/Variables Variables]