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

1. Numeric variables can be initialized to zero or any other number, but once they are
initialized, they cannot be changed.
2. The following two statements are equivalent. (T/F)
var1 = var2
var2 = var1
3. The value of (11 Mod 2) is 1.
4. The value of (11 \ 2) is 1.
5. If strVar.Length is 5, then the value of
strVar.Substring(4, 1)

1. False
2. False
3. True
4. False
5. True

Computer Science & Information Technology

You might also like to view...

To blur the edges of the content in a picture to make the boundaries less prominent, you would ________ picture

A) compress B) sharpen C) soften D) saturate

Computer Science & Information Technology

To change the AutoSave frequency, display the ________ dialog box

A) AutoSave B) AutoRecover C) Save As D) Word Options

Computer Science & Information Technology