SAP
C_BOCR_11 · Question #253
Which two formulas will return a string of 10 blank spaces? (Choose two.)
The correct answer is B. Space(10) C. ReplicateString(" ", 10). See the full explanation below for the reasoning.
Question
Which two formulas will return a string of 10 blank spaces? (Choose two.)
Options
- AInsertSpace(10)
- BSpace(10)
- CReplicateString(" ", 10)
- DRepeatString(" ", 10)
How the community answered
(47 responses)- A17% (8)
- B74% (35)
- D9% (4)
Community Discussion
No community discussion yet for this question.