when you are using && both statements have to be true...when you are using || only 1 of the statements has to be true which ever comes first

for || it only reads the conditions till it receives a...