An application contains the following procedure:
Sub Display(ByVal intArgl As Integer, ByVal strArg2 As String,ByVal sngArg3 As Single)MessageBox.Show("Here are the values: " &intArgl. ToString ()&" "&strArg2&" "&sngArg3.ToString())End SubWrite a statement that calls the procedure and passes it the following variables:
Dim strName As StringDim intAge As IntegerDim snglncome As Single
We need at least 10 more requests to produce the solution.
0 / 10 have requested this problem solution
The more requests, the faster the answer.