photo

ragxyz


Last seen: 4 months ago Active since 2024

Followers: 0   Following: 0

Statistics

  • First Answer

View badges

Feeds

View by

Answered
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 months ago | 0