Which statement checks whether the variable num is greater than five?
(( num -gt 5 ))
(( num > 5 ))
num > 5
[[$num -lt 5]]