The answer should be B but i am not for sure.
C) Giving an object human characteristics.
Yin and yang, good and bad. the right handed twin being evil and chaos, and the left, goodness and purity.
Answer: The answer is D
Explanation: If it ends in "ing" its a verb
Answer:
Variable name identifiers must begin with a lowercase letter.
Explanation:
Variable naming can begin with either uppercase or lower case letter. Although, in C++, using uppercase completely in naming variable is used for constants. Therefore, one of the rule of naming a variable is to start with an alphabet. After that, numbers and letters can be used. No spaces or special characters are allowed when naming a variable.