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

Enum Color

java/Chapter 9/Question9_7/Question.java:5–7  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3public class Question {
4
5 public enum Color {
6 Black, White, Red, Yellow, Green
7 }
8
9 public static String PrintColor(Color c) {
10 switch(c) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected