which of the following command sets the previously undefined variable x to 40?
typset x=32+8
set x=32+8
let x=32+8
x=32+8