//Ex:2.10
clc;
clear;
close;
Irms=5;// current in Amp
Rr=50;// radiation resistance in m
W=Irms^2*Rr;// power in Watts
printf("The power = %d Watts", W);