1 2 3 4 5 6 7 8 9 10
//example 11.1(a)// clc //clears the screen// clear //clears all existing variables// a=2*4; //given no of inputs// s=2^8*8; //size of prom// disp(s,'size of PROM =')