//Caption:Program to calculate bandwidth.
//Exa:5.10
clear;
close;
//Given:
m=2.4;
BW=2*(m+1);
printf("\n bandwidth = %ffm ",BW);
