photo

rohan ch


Last seen: 4 years ago Active since 2020

Followers: 0   Following: 0

Statistics

  • First Answer
  • Revival Level 1

View badges

Feeds

View by

Answered
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...

4 years ago | 0