SAP
C_BOCR_11 · Question #2
Which three lines of code will generate an error? (Choose three.)
The correct answer is A. Local Number x := 1; B. Local NumberVal x := 1; D. Local NumberValue x := 1. See the full explanation below for the reasoning.
Question
Which three lines of code will generate an error? (Choose three.)
Options
- ALocal Number x := 1;
- BLocal NumberVal x := 1;
- CLocal NumberVar x := 1;
- DLocal NumberValue x := 1;
How the community answered
(37 responses)- A73% (27)
- C27% (10)
Community Discussion
No community discussion yet for this question.