Difference between revisions of "Declaring a static integer"

From MyWiki
Jump to: navigation, search
(Created page with " public static class Program { static int number = 100;")
 
(No difference)

Latest revision as of 17:19, 27 March 2015

   public static class Program
   {
       static int number = 100;