photo

ragxyz


Last seen: 4 meses hace Con actividad desde 2024

Followers: 0   Following: 0

Estadística

  • First Answer

Ver insignias

Feeds

Ver por

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

4 meses hace | 0