Answer the following statements true (T) or false (F)
1. Ending a programming statement with a semicolon is not required in C#.
2. If you wish to create a Click event handler for a control in Visual Studio, it is not necessary to double-click the control in the Designer first.
3. In C#, string literals must be enclosed in double quotation marks.
4. Programmers sometimes say that literals are values that are soft coded into a program because the value of a literal can be changed while the program is running.
1. FALSE
2. FALSE
3. TRUE
4. FALSE
Computer Science & Information Technology
You might also like to view...
Windows 8 has removed the ________ button from its display screen
Fill in the blank(s) with correct word
Computer Science & Information Technology
Main memory is also known as ____.
A. single-user memory B. random access memory C. finite memory D. virtual memory
Computer Science & Information Technology