our teacher chose the interrelation ship between hardware and software (Software developers view of hardware) topic because he said he went through both of them and found this topic to be easier i think he was right also his topic seems to be more enjoyable (IMO) than the paradigms (Evolution of...
i was wondering can if statements be written like this (in pseudo-code) :
IF condition is met
do this
IF condition is met
do this
IF condition is met
do this
.
.
.
or do they have to be written like this:
IF condition is met
do this
ELSE
IF condition is met...