CIS 115 (Devry) help Making Decisions/uophelp.com CIS 115 (Devry) help Making Decisions/uophelp.com | Page 23
Add J and L, and store the result in K.
Display the value in K on the screen.
Output #2:
Pseudocode #2:
Problem #3:
The variable A starts with the value 1.
The variable B starts with the value 10.
The variable C starts with the value 100.
The variable X starts with the value 0.
Store the value of C times 3 in X.
Add the value of B times 6 to the value already in X.
Add the value of A times 5 to the value already in X.
Display the value in X on the screen.
Output #3:
Pseudocode #3:
--------------------------------------------------------------------------
CIS 115 Week 1 iLab 1 (Devry)
For more course tutorials visit
www.uophelp.com
A. Lab #: CIS CIS 115-A1