Assignment review
Going with the mouse (+)positive relationship → diminishing
*=amplify
/=diminishing
random = no relationship
declare → initialize →
syntax
if () {
}
else if (boolean expressions / boolean variables) {
}
else {
}
true
false
<