Answer:
A paragraph based on a certain topic-
Explanation:
Answer:
it is C.to comment about an issue facing society
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.