photo

rohan ch


Last seen: nästan 5 år 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...

nästan 5 år ago | 0