Changes between Version 56 and Version 57 of ControlSystems/SoftwareTeam/Training/GettingStarted


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

--

Legend:

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

    v56 v57  
    44
    55== Write your first Java Program(s)
    6 Java is one of the most popular programming languages and is taught 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.
     6Java is one of the most popular programming languages and is taught 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.  Like the large majority of FRC teams, 2537 uses Java to program their robots.
    771. [wiki://ControlSystems/SoftwareTeam/Training/GettingStarted/HelloWorld Hello World]
    881. [wiki://ControlSystems/SoftwareTeam/Training/GettingStarted/Variables Variables]