Java Bangla Tutorials 7 : Comments | Single line | Multiple line


public class comandDemo { 
    
    public static void main(String[] args){
        
        //display my name
        System.out.println("Abir ahmed");
        
         //display my name
        System.out.println("28  year olad");
    
    }
   
}

Comments

Popular posts from this blog

Introduction to Array

Brek statement and continue statement