disp("Part a"); r=20; g=1/r; disp("the conductance (in S) is"); disp(g); disp("Part b"); g1=10^(-6); r1=1/g1; disp("the resistance (in Ω) is"); disp(r1);