CBSE CLASS 12 1. PYTHON – REVISION TOUR 1


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