summaryrefslogtreecommitdiff
path: root/995/CH1/EX1.11/Ex1_11.sce
diff options
context:
space:
mode:
Diffstat (limited to '995/CH1/EX1.11/Ex1_11.sce')
-rwxr-xr-x995/CH1/EX1.11/Ex1_11.sce8
1 files changed, 8 insertions, 0 deletions
diff --git a/995/CH1/EX1.11/Ex1_11.sce b/995/CH1/EX1.11/Ex1_11.sce
new file mode 100755
index 000000000..8c1ce3a15
--- /dev/null
+++ b/995/CH1/EX1.11/Ex1_11.sce
@@ -0,0 +1,8 @@
+//Ex:1.11
+clc;
+clear;
+close;
+r=33000;//in ohms
+i=0.003;//in amp
+v=i*r;
+printf("Voltage dropped = %d volts",v); \ No newline at end of file