photo

rohan ch


Last seen: casi 5 años hace Con actividad desde 2020

Followers: 0   Following: 0

Estadística

  • First Answer
  • Revival Level 1

Ver insignias

Feeds

Ver por

Respondida
matlab code for half adder
clc; clear all; close all; A=input('enter the input'); B=input('enter the input'); sum=xor(A,B); carry=and(A,B); disp(sum...

casi 5 años hace | 0