1Z0-007 · Question #44
Which substitution variable would you use if you want to reuse the variable without prompting the user each time?
The correct answer is D. &&. To reuse the variable without prompting the user each time you can use && substitution variable. Incorrect Answers A: This substitution variable will prompt the user each time. B: ACCEPT is command, not substitution variable. It used to define more accurate or specific prompt…
Question
Which substitution variable would you use if you want to reuse the variable without prompting the user each time?
Options
- A&
- BACCEPT
- CPROMPT
- D&&
How the community answered
(41 responses)- A7% (3)
- B17% (7)
- C2% (1)
- D73% (30)
Explanation
To reuse the variable without prompting the user each time you can use && substitution variable. Incorrect Answers A: This substitution variable will prompt the user each time. B: ACCEPT is command, not substitution variable. It used to define more accurate or specific prompt or when you want more output to display as the values are defined. C: PROMPT is part of the ACCEPT command, it is not a variable.
Topics
Community Discussion
No community discussion yet for this question.