What is wrong with the following calling statement and its corresponding Sub statement?
```
MyProcedure("The Jetsons", 1000, 209.53)
Sub MyProcedure(var1 As Double, var2 As Double, var3 As Double)
```
(A) It is not valid to pass something like "The Jetsons."
(B) Constant values like 1000 cannot be passed, only variables.
(C) var1 is not of the same data type as "The Jetsons."
(D) Nothing is wrong with them.
(C) var1 is not of the same data type as "The Jetsons."
You might also like to view...
What is the most common character used to simulate a space?
A) underscore (_) B) asterisk (*) C) dash (-) D) plus sign (+)
Which one of the following technologies is NOT normally a capability of mobile device management (MDM) solutions?
A. Remotely wiping the contents of a mobile device B. Assuming control of a nonregistered BYOD mobile device C. Enforcing the use of device encryption D. Managing device backups