- C ~ Variables are temporary memory locations.
- D ~ All names are valid.
- C ~ Procedure level variables are only known to its own procedure.
- A ~ Literal constant doesn't change while the program is running.
- D ~ Variables can change.
- C ~ Objects is the default value
- B ~ price = 2.89D
- C ~ isConverted = TryParse.Decimal (inputRate, rate)
- A ~ Add and then convert.
- D ~ commission = Convert.ToSingle(sales) * 0.5S
- A ~ Const Rate As double - .09
- C ~ Convert to string
- A ~ ' to comment
- A ~ block level variables are used the most
- C ~ Implicit off
- A ~ Foucs()
- C ~ You need "" around strings.
- B ~ It needs ()
- A ~ Logical error
- C ~ D stands for decimal
Wednesday, February 11, 2009
Chapter 3 Review Questions
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment