Create a java program that will display Hello World!
Page 1 of 1 • Share
Create a java program that will display Hello World!
import java.util.*;
public class HelloWorld
{
static Scanner input = new Scanner(System.in);
public static void main(String[]args)
{
System.out.println("Hello World!");
}
}
public class HelloWorld
{
static Scanner input = new Scanner(System.in);
public static void main(String[]args)
{
System.out.println("Hello World!");
}
}
- Abu-Sayaff
- SupportTeam
- Posts : 9
Trophy : 8
Join date : 2017-09-01
Age : 25
Location : cebu
- Username
- SupportTeam
- Posts : 76
Trophy : 153
Join date : 2017-09-01
- Abu-Sayaff
- SupportTeam
- Posts : 9
Trophy : 8
Join date : 2017-09-01
Age : 25
Location : cebu
Re: Create a java program that will display Hello World!
keep sharing po sana wag kang mag sawang mag update sa thread mo
Re: Create a java program that will display Hello World!
As always my friend
- Abu-Sayaff
- SupportTeam
- Posts : 9
Trophy : 8
Join date : 2017-09-01
Age : 25
Location : cebu
Re: Create a java program that will display Hello World!
No need na yung scanner boss pero nice nfo pa rin
- Sherlock-
- Banned
- Posts : 42
Trophy : 52
Join date : 2017-09-02
Location : 221B Baker Street
Page 1 of 1
Permissions in this forum:
You cannot reply to topics in this forum