Respuesta :

Answer:

In VB.net the keyword Static is not meant the same as in C#. In VB.net the static variable is termed as the shared variable and has the scope throughout the class. And this intStatic and intclass means the same. And for intClass we use the shared keyword, as shown in the image attached.

Explanation:

Here num2 is a local variable, and num2 is a shared variable. a is constant and used for incrementing. The rest is explained in the image.

Ver imagen problemsolver2019