Changes between Version 26 and Version 27 of ControlSystems/SoftwareTeam/Training/GettingStarted
- Timestamp:
- Oct 12, 2019, 11:09:42 PM (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ControlSystems/SoftwareTeam/Training/GettingStarted
v26 v27 22 22 23 23 == Write your first Java Program(s) 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 and you can get started with Java [wiki://ControlSystems/ IntroJava here]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 and you can get started with Java [wiki://ControlSystems/SoftwareTeam/GettingStarted/IntroJava here] 25 25 26 26 == Write your first Robot program(s)