1 2 3 4 5 6 7 8 9 10
//example 3.10 clc; funcprot(0); // Initialization of Variable V=170; R=51; //calculation I=V/R; P=(V*I)/4; disp(P,"power delivered in Watt:") clear()