photo

ragxyz


Last seen: 25일 전 2024년부터 활동

Followers: 0   Following: 0

통계학

  • First Answer

배지 보기

Feeds

보기 기준

답변 있음
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);

28일 전 | 0