Java program!

1
2
3
4
5
6
7
8
9
public class Main {

   public static void main(String[] args) {

System.out.println("Hello , or World!");

   }

}

Is above program java just output the (Hello world!)?

Yes No

This section requires Javascript.
You are seeing this because something didn't load right. We suggest you, (a) try refreshing the page, (b) enabling javascript if it is disabled on your browser and, finally, (c) loading the non-javascript version of this page . We're sorry about the hassle.

2 solutions

Matin Naseri
Dec 10, 2017

The out put is( Hello or World!)

Munem Shahriar
Dec 11, 2017
1
2
3
4
5
public class Main {
public static void main(String[] args) {
System.out.println("Hello , or World!");
}
}

Output:

Hello , or World!

Its exactly right.

Matin Naseri - 3 years, 6 months ago

0 pending reports

×

Problem Loading...

Note Loading...

Set Loading...