Join this Channel

 https://whatsapp.com/channel/0029VbCS7OXJJhzbe6bZcR1L



No comments:

Post a Comment

any problem in any program comment:-

Write a program to accept two binary numbers and display their sum.

 import java.util.Scanner; class BinaryAdditionNumeric {     public static void main(String[] args) {         Scanner sc = new Scanner(Syste...