m 1 of 1
clear all;clc;disp ('ingrese los elementos del arreglo uno');for i=1:5 a(i)=input('ingrese un numero:');end;disp(a);
c=a+b;