nerdexam
SAP

C_BOCR_11 · Question #175

Which formula uses the correct syntax to assign a variable a value in Crystal syntax?

The correct answer is D. Numbervar x; x := 5. See the full explanation below for the reasoning.

Question

Which formula uses the correct syntax to assign a variable a value in Crystal syntax?

Options

  • ANumbervar x; x = 5;
  • BDim x as Number x = 5
  • CDim x as Number x := 5
  • DNumbervar x; x := 5;

How the community answered

(33 responses)
  • A
    3% (1)
  • B
    9% (3)
  • C
    6% (2)
  • D
    82% (27)

Community Discussion

No community discussion yet for this question.

Full C_BOCR_11 Practice