Thursday, January 24, 2019

welcom to sabprogrammer

I want to write first program in java.
just for checking. in this program i want to print "sabprogrammer" ok
now let's go...


public class hello {

   public static void main(String[] args) {

      System.out.println("sabprogrammer");
   }
}


it's very simple...

now the out put of the program is:
sabprogrammer


No comments:

Post a Comment

welcom to sabprogrammer

I want to write first program in java. just for checking. in this program i want to print "sabprogrammer" ok now let's go......