function [output1,output2]=iki_sayinin_yerini_degistirme(a,b) % iki degiskenin degerini simdi degistirecegiz k=a; a=b; b=k; output1=a; output2=b;