Computer Science, asked by rabiakhanam1802, 1 month ago

plz give me answer plz give me brainlist​

Attachments:

Answers

Answered by GeekofGeek
0

Explanation:

1)

public class DecimalToBinaryExample1

{  

public static void main(String args[])

{  

System.out.println(Integer.toBinaryString(10)); 

 System.out.println(Integer.toBinaryString(21));  

System.out.println(Integer.toBinaryString(31)); 

 }

}  

Similar questions