blob: ad53dc34d6a2c36c5250dd5dd1082df5274fea56 (
plain)
1
2
3
4
5
6
7
8
|
disp("Part a");
disp("at A the reading is 0.72 V");
disp("at B the reading is 2.37 V");
disp("at C the reading is 4.30 V");
disp("Part b");
disp("at A the reading is 23 V");
disp("at B the reading is 75 V");
disp("at C the reading is 136 V");
|