//9.2 clc; x=25; disp('The binary number is') a=dec2bin(x); disp('',a)