Question: Create 2 variables thisGoesUp initialized to 100 thisGoesDown initialized to 100 Write a program that uses the Increment and Decrement Operators to increase thisGoesUp by
Create 2 variables
thisGoesUp initialized to 100 thisGoesDown initialized to 100
Write a program that uses the Increment and Decrement Operators to increase thisGoesUp by 1 and decrease thisGoesDown by 1.
Print out the results.
Sample output:
thisGoesUp = __ thisGoesDown = __
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
