Changes between Version 26 and Version 27 of ControlSystems/SoftwareTeam/Training/GettingStarted


Ignore:
Timestamp:
Oct 12, 2019, 11:09:42 PM (6 years ago)
Author:
David Albert
Comment:

--

Legend:

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

    v26 v27  
    2222
    2323== 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]
     24Java 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]
    2525
    2626== Write your first Robot program(s)