Java Programme First:- Hello World

 package com.company;


public class Main {

public static void main(String[] args) {
// write your code here
System.out.println("Hello World");
System.out.println("My name is Jitendra");
}
}

Comments

Popular posts from this blog

C Programme to find Area Of Rectangle

C programme to reverse the number