package aaaa; public class h123 { public static void main(String[] args) { int a = 200; System.out.println(Integer.toBinaryString(a)); } }