Which one of the following declarations uses Pascal casing for the procedure name?

a. Sub MyProcedure()

End Sub

b. Sub myprocedure()

End Sub

c. Sub my_procedure()

End Sub

d. Sub myProcedure()

End Sub

a. Sub MyProcedure()

End Sub

Computer Science & Information Technology

You might also like to view...

The set membership IN answers what condition?

a. AND b. NOT c. OR d. LIKE

Computer Science & Information Technology

A default route is indicated by what address below?

A. 127.0.0.1 B. 255.255.255.255 C. 0.0.0.0 D. 192.168.1.255

Computer Science & Information Technology