MCPcopy Index your code
hub / github.com/Hazrat-Ali9/Computer-Programming / getColor

Method getColor

Problem18.java:7–13  ·  view source on GitHub ↗
(int number)

Source from the content-addressed store, hash-verified

5public class Problem18 {
6
7 public static String getColor(int number) {
8 if ((number % 2) == 0) {
9 return "blue";
10 } else {
11 return "red";
12 }
13 }
14
15 public static void main(String[] args) {
16 // TODO Auto-generated method stub

Callers 1

mainMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected