QuestionQ27
Essential CommandsWhich of the following commands will correctly set the variable named text to the value olaf is home?
Choose two
- A text=olaf\ is\ home
- B text=$olaf is home
- C $text='olaf is home'
- D text=='olaf is home'
- E text="olaf is home"
Community Discussion