blob: 67cd1f7f1203ef8644b8dd693fb50abc17422606 (
plain)
1
2
3
4
5
6
7
8
|
disp("Part a");
disp("at A the reading is 11.5 mA");
disp("at B the reading is 27 mA");
disp("at C the reading is 43.5 mA");
disp("Part b");
disp("at A the reading is 23 mA");
disp("at B the reading is 54 mA");
disp("at C the reading is 87 mA");
|