Changes between Version 29 and Version 30 of ControlSystems/SoftwareTeam/Training/GettingStarted
- Timestamp:
- Oct 16, 2019, 12:25:29 AM (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ControlSystems/SoftwareTeam/Training/GettingStarted
v29 v30 23 23 == Write your first Java Program(s) 24 24 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. 25 [wiki://ControlSystems/SoftwareTeam/ GettingStarted/IntroJava GetStartedWithJava]25 [wiki://ControlSystems/SoftwareTeam/Training/GettingStarted/IntroJava GetStartedWithJava] 26 26 27 27 == Write your first Robot program(s)