Which of the following is true regarding Function procedures?
a) VBScript procedures cannot return values.
b) The procedure can return a value through the return statement.
c) The procedure can return a value by assigning a value to the Function procedure name.
d) Both b and c.
c) The procedure can return a value by assigning a value to the Function procedure name.
Computer Science & Information Technology