Java Bangla Tutorials 5 : Assignment 1 | create class & print data

package com.softlearn.mavenproject3;

public class bahudata {
    
    public static void main (String[] args){
    
        System.out.println("Abir Ahmed");
        System.out.println("Bahuble");
        System.out.println("hsbigonj");
        System.out.print("017485943");
        
    } 
}




Comments

Popular posts from this blog

Introduction to Array

Brek statement and continue statement