how to accept values from the user when i'm executing the procedure.
for eg:
if user selects a value of 1 from the given menu, procedure has to accept five values(input), if user selects the choice of 2 the procedure should accept two values. how to achieve this... ??

