How To Think Like A Computer Scientist 2
How To Think Like A Computer Scientist 2
with java
Variables and Types
More printing
More
printing
More printing
Strings - sequence of characters that
include letters, numbers, punctuation
marks and other
String firstName;
String lastName;
Assignment statement
So far:
Subtraction is -
Multiplication is *
Division is /
The result?
Operands
Operators: order of
operations
Precedence
Same precedence
Except concatenation
=>
=>
???
Composition
All of these are fine