blob: 42bad2413cfca6d07157004d9f4c2d6de75e0305 (
plain)
1
2
3
4
5
6
|
//ex7.4
N_1=1000.111;
N_2=1100.011;
//Adding these two according to the rules of binary addition in fig7.6, we get
disp("The result of addition of given two binary numbers is")
disp("10101.010")
|