nerdexam
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)
  • A
    81% (17)
  • B
    5% (1)
  • D
    14% (3)

Community Discussion

No community discussion yet for this question.

Full C_BOCR_11 Practice