First Program

 Problem statement: The below program is a Hello world program in java


class MainClass {

public static void main(String args[]){

System.out.println("Hello world");

}

}

Comments

Popular posts from this blog

Java Program To Find The Sum of Elements In An Array

Java program to find Plus Minus