visual studio 2010 - Converting cs to vb -


Can anyone tell me what is "j" and "i" in this code?

  Private zero zoom_out (Object Sender, RoutedEventArgs e) {if (j> 0) {image1.Height - = 50; Image1.Width - = 50; J--; I = J; }} Private zero zoom_in (Object Sender, RoutedEventArgs e) {if (i   

and replace "j" and "i" for .vb code. It's the code to zoom out and inside.

I believe they are a programming concept that is commonly called 'variable'. They are used to store application and compute the application.

Comments