Given the following script, why does the output come out as an empty line instead of "dog"?()
- AThe $VAR variable was not exported
- BThe $VAR should have been set as VAR
- Cdog needs double quotes around it when setting $VAR
- DThe { } should not be around VAR in the echo command