Answer the following statements true (T) or false (F)
1. The Properties window cannot be used to display the events associated with a control.
2. The value of DateDiff(DateInterval.Day, #1/1/2017#, #2/1/2018#) is 31.
3. The statement Const TAX_RATE As Decimal is not valid.
4. The value assigned to a class-level named constant can be changed in any procedure.
1. T
2. T
3. T
4. F
You might also like to view...
Correlation engine
What will be an ideal response?
Write a C++ code fragment that is assumed to be embedded in an otherwise complete and correct program. You are to assume the user has been prompted (so you don’t have to) for (exactly) 20 values of type int to be read from the keyboard, You are to use this input to fill an array. Do not write a full program, just the code fragment to do this. Do give declarations of the array and any variables you use.
What will be an ideal response?