SAP
C_BOCR_11 · Question #110
You create the following formula in a new Crystal report: Local NumberVar Array b; Redim b[10]; Local NumberVar i; For i := 1 To 10 Do ( b[i] := 7 * i ); What is the correct value of b[2]?
The correct answer is A. 14. See the full explanation below for the reasoning.
Question
You create the following formula in a new Crystal report: Local NumberVar Array b; Redim b[10]; Local NumberVar i; For i := 1 To 10 Do ( b[i] := 7 * i ); What is the correct value of b[2]?
Options
- A14
- B140
- C70
- D7
How the community answered
(21 responses)- A81% (17)
- B5% (1)
- D14% (3)
Community Discussion
No community discussion yet for this question.