Answer:
To create a console that is suitable for children and families.
Answer:
Your answer is D) Encode
Explanation:
Definition of Encode: To change how information is represented so that it can be read by a computer.
<em>Shift </em>selects multiple worksheets at the same time. <em>Ctrl</em> selects all that you selected with Ctrl pressed.
Answer:
51015
Explanation:
Var b is a string, and it'll treat addition like <em>string concatenation </em>(aka just adding a message.) Since it's concatenation, it'll then turn the numbers/integers into strings.
This kind of behavior might be different depending on the language, though. Some languages might not allow this. (For example, C and C++)