MCPcopy Create free account
hub / github.com/careercup/ctci / generateResults

Method generateResults

java/Chapter 10/Question10_7/Question.java:5–8  ·  view source on GitHub ↗
(int i)

Source from the content-addressed store, hash-verified

3public class Question {
4
5 public static String[] generateResults(int i) {
6 String[] results = {"resultA" + i, "resultB" + i, "resultC" + i};
7 return results;
8 }
9
10 public static void main(String[] args) {
11 Cache cache = new Cache();

Callers 1

mainMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected