Changes between Version 6 and Version 7 of ControlSystems/SoftwareTeam/Training/GettingStarted/IntroJava


Ignore:
Timestamp:
Sep 30, 2019, 5:37:13 PM (6 years ago)
Author:
David Albert
Comment:

--

Legend:

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

    v6 v7  
    57577. Press F10 again to execute the line c=a*b and observe the variable c appearing in the Variables window with the value 15.
    58588. Press the Continue tool [[Image(continue.jpg)]] (or function key F5) above the editor window to allow the program to continue running to the end.  Observe the value printed in the output terminal window.
     59
     60== Princeton Java
     61There's a lot to programming and you'll get to the fun stuff a lot faster if you do some self-study.  There are many Java tutorials, but if you'd like to try learning the Princeton way, try [https://introcs.cs.princeton.edu/java/home/ this one].