MCPcopy Create free account
hub / github.com/MolinDeng/Princeton-algs4 / HelloGoodbye

Class HelloGoodbye

LabEnv/00Lab/HelloGoodbye.java:7–12  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5 **************************************************************************** */
6
7public class HelloGoodbye {
8 public static void main(String[] args) {
9 System.out.println("Hello " + args[0] + " and " + args[1] + ".");
10 System.out.println("Goodbye " + args[1] + " and " + args[0] + ".");
11 }
12}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected