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