Multiple choice What is the output of the syntax - echo $(PS1 + PS2)? PS1 PS2 Both (1) and (2) None of these Reveal answer Fill a bubble to check yourself B Correct answer Explanation The $ echo (PS1 + PS2) displays PS2.