Changes between Version 4 and Version 5 of ControlSystems/SoftwareTeam/Training/GettingStarted/IntroJava


Ignore:
Timestamp:
Sep 30, 2019, 4:32:54 PM (6 years ago)
Author:
David Albert
Comment:

--

Legend:

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

    v4 v5  
    56566. Double click on the variable b in the Variables window and change its value to 5
    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.
    58 8. Press the Continue tool (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.
     588. 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.