Conversion Decimal To Binary, Octal & Hexadecimal Formula



Comment

2 comments:

  1. Nice sir😀😀😀😀😀😀😀

    ReplyDelete
  2. Nice sir😀😀😀😀😀😀😀

    ReplyDelete

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...