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)- A3% (1)
- B9% (3)
- C6% (2)
- D82% (27)
Community Discussion
No community discussion yet for this question.