photo

ragxyz


Last seen: 4ヶ月 前 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);

4ヶ月 前 | 0