Code


public class WelcomeApp {
  public static void main(String[] args) {
    String name = " channel";
    System.out.println("Hello, " + name + "!");
  }
}

Comments

Popular posts from this blog

Java first Example