Changes between Version 4 and Version 5 of ControlSystems/SoftwareTeam/Training/GettingStarted/IntroJava
- Timestamp:
- Sep 30, 2019, 4:32:54 PM (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ControlSystems/SoftwareTeam/Training/GettingStarted/IntroJava
v4 v5 56 56 6. Double click on the variable b in the Variables window and change its value to 5 57 57 7. 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.58 8. 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.