//Caption:Program to calculate capacitive reactance.
//Exa:5.1
clear;
close;
//Given:
n=9;
gm=12*10^-3;
X=n/gm;
printf("\n capacitive reactance = %fohm ",X);