Problem
A. List two different examples of illegal variable names in C#
B. Give an example of a single line comment and an example of a multiline comment.
C. Give two things a variable declaration specify about that variable
D. List the simplest example of a Boolean syntactic expression using one logical operator (points will be only awarded for the simplest expression)
E. Give an example of an infinite loop of your choice (for, while, or a do-while). The body of the loop should be empty. You are only required to write the loop part of your code. Not anything else.