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

Method binPrint

java/Chapter 5/Question5_3/Question.java:231–233  ·  view source on GitHub ↗
(int i)

Source from the content-addressed store, hash-verified

229 }
230
231 public static void binPrint(int i) {
232 System.out.println(i + ": " + Integer.toBinaryString(i));
233 }
234
235 public static void main(String[] args) {
236 for (int i = 0; i < 200; i++) {

Callers 1

mainMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected