Multiple choice Which of the following is the correct Sub-procedure declaration? Private Sub Month( ) Call Month ( ) Sub Dis_statement ( ) As Integer Sub FindError (intsal as Integer) Reveal answer Fill a bubble to check yourself D Correct answer Explanation Option D is a valid Sub-procedure declaration with a parameter. Option A is also valid, but D is more descriptive of a procedure with parameters.