MCPcopy Create free account
hub / github.com/PrajaktaSathe/Java / main

Method main

Programs/Soundex.java:84–93  ·  view source on GitHub ↗
(String[] args)

Source from the content-addressed store, hash-verified

82 }
83
84 public static void main(String[] args)
85 {
86 String name1 = "Tail";
87 String name2 = "Tale";
88 String name3 = "Tailor";
89
90 System.out.println(Soundex.getGode(name1));
91 System.out.println(Soundex.getGode(name2));
92 System.out.println(Soundex.getGode(name3));
93 }
94}
95
96/*

Callers

nothing calls this directly

Calls 1

getGodeMethod · 0.95

Tested by

no test coverage detected