Multiple choice technology programming languages

Which of the following is valid assignments ?

  1. %x = hello

  2. %x = 'hello'

  3. %x = “hello”

  4. Both (a) & (b)

  5. Both (b) & (c)

Reveal answer Fill a bubble to check yourself
D Correct answer