blob: ce525bc8abcd546729ff0f0090364c69ea1907bb (
plain)
1
2
3
4
5
6
|
clc;
M=7; //magnifying power
L=40; //length
fe=(40/8); //focal length of eye lens in cm
fo=(7*fe); //calculating focal length
disp(fo,"Focal Length of lens in cm ="); //displaying result
|