Answer the following statements true (T) or false (F)

1) Compressing statements before and in a for statement into the for header
can reduce the readability of a program
2) It's possible to specify that a constant is of type decimal by appending the
letter m to the constant.
3) The C# operator ^ can be used for exponentiation.
4) A loop that counts down from 10 to 1 using control variable counter
should use the loop-continuation condition counter <= 1.

1) T
2) T
3) F
4) F

Computer Science & Information Technology

You might also like to view...

Why would a stack be a poor choice for implementing an ADT bag?

a. it might fill up b. you couldn’t account for duplicates c. you need to be able to look through all the elements in the bag, not just the top of the stack d. actually it would be a good choice

Computer Science & Information Technology

To help distinguish good communications from bad communications, a network administrator should memorize many of the _______________ for common TCP/IP applications.

Fill in the blank(s) with the appropriate word(s).

Computer Science & Information Technology