Monday, 20 April 2020

hello program java

class First{
 public static void main (String args[]){
     System.out.print("hello");
}
}

No comments:

Post a Comment