Hellow world print in JAVA programming

package SolveProblem;

public class HellowWorld {

    public static void main(String[] args) {
        System.out.println("Hellow World!!!!!!!!!!!!");
    }

}

Share this

Related Posts

Previous
Next Post »