ANSWERS to Exercises:
1.
175 à adding 2 numbers 2.
25 àusing the mod operator 3.
“DonaldDuck” à concatenation of 2 strings 4.
“Donald10”
à concatenation of 2 strings 5.
25 à multiply 2 numbers 7.
“Duck10” à concatenation of 2 strings 8.
“175” à concatenation of a string with a number makes the number a string for
the operation
11.
TRUE à while c is
not greater than a, b is less than a and only one of the expressions has to be
true for the whole operation to be true using || (OR) 12. FALSE à H is a string value of “10” which is
different than the number 10 stored in B |