Changes between Version 49 and Version 50 of ControlSystems/SoftwareTeam/Training/GettingStarted


Ignore:
Timestamp:
Nov 4, 2019, 3:05:18 PM (6 years ago)
Author:
David Albert
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • ControlSystems/SoftwareTeam/Training/GettingStarted

    v49 v50  
    55== Write your first Java Program(s)
    66Java 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  [wiki://ControlSystems/SoftwareTeam/Training/GettingStarted/IntroJava GetStartedWithJava]
    871. [wiki://ControlSystems/SoftwareTeam/Training/GettingStarted/HelloWorld Hello World]
    981. [wiki://ControlSystems/SoftwareTeam/Training/GettingStarted/Variables Variables]
    1091. [wiki://ControlSystems/SoftwareTeam/Training/GettingStarted/Debugger Debugger]
     101. [wiki://ControlSystems/SoftwareTeam/Training/GettingStarted/IntroJava More]
    1111
    1212== Write your first Robot program(s)