Welcome to CS 199 EMP. Ready for some extra practice?
Press Control-Return to run the code above.
> Click or hit Control-Enter to run the code above
Experimenting With Initialization
> Click or hit Control-Enter to run the code above
Variables Can Be Modified
> Click or hit Control-Enter to run the code above
Variables Must Maintain the Same Type
> Click or hit Control-Enter to run the code above
Variables Can Be Modified Using Other Variables
> Click or hit Control-Enter to run the code above
Simple Comparisons
> Click or hit Control-Enter to run the code above
Type Limitations
> Click or hit Control-Enter to run the code above
Equality v. Assignment
> Click or hit Control-Enter to run the code above
Comparisons Against Variables
> Click or hit Control-Enter to run the code above
More Complex Comparisons
> Click or hit Control-Enter to run the code above
Combining Comparisons
> Click or hit Control-Enter to run the code above
Comparisons Enable Decisions
> Click or hit Control-Enter to run the code above
if-else
Statements
> Click or hit Control-Enter to run the code above
Somewhat Useful Example
> Click or hit Control-Enter to run the code above
> Click or hit Control-Enter to run the code above