1 2 3 4 5 6 7 8 9 10 11
clear //Given I2=150 I1=75.0 E1=20 //Calculation E2=(I2*E1)/I1 //Result printf("\n Illumination is %0.3f lux", E2)