Changes between Version 46 and Version 47 of ControlSystems/SoftwareTeam/Training/GettingStarted
- Timestamp:
- Nov 4, 2019, 1:58:36 PM (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ControlSystems/SoftwareTeam/Training/GettingStarted
v46 v47 6 6 Java is one of the most popular programming languages and is the language used 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. Team 2537 uses Java to program their robots. 7 7 [wiki://ControlSystems/SoftwareTeam/Training/GettingStarted/IntroJava GetStartedWithJava] 8 1. [wiki://ControlSystems/SoftwareTeam/Training/GettingStarted/HelloWorld Hello World] 8 9 9 10 == Write your first Robot program(s)