Which of these statements would create a variable but not assign anything to it?
(1 point)
Responses
variable = empty
variable = empty
variable = null
variable = null
create variable
create variable
variable = “”
variable = “”
1 answer
create variable