Java Basics Flashcards
Operators
special symbols that perform specific operations on , two or three operands and return a result
Types of operators
assignment arithmetic unary equality relational conditional
Expressions
construct made up of variables operators and method invocations which are constructed according to the syntax of the language that evaluates to a single line
Blocks
group of sero or more statements between balanced braces and can be used anywhere a single statement is allowed
if then else vs switch
if then else tests expressions based on a range of valeus and expression while switch tests expresssions based only on a single integer enumerated value or String object
Input
Any info needed by a program to complete execution
Output
any info that the program must convey to the user
Console input
any input entered into the console window