summaryrefslogtreecommitdiff
path: root/995/CH2/EX2.6
diff options
context:
space:
mode:
Diffstat (limited to '995/CH2/EX2.6')
-rwxr-xr-x995/CH2/EX2.6/Ex2_6.sce7
1 files changed, 7 insertions, 0 deletions
diff --git a/995/CH2/EX2.6/Ex2_6.sce b/995/CH2/EX2.6/Ex2_6.sce
new file mode 100755
index 000000000..81541c8c3
--- /dev/null
+++ b/995/CH2/EX2.6/Ex2_6.sce
@@ -0,0 +1,7 @@
+//Ex:2.6
+clc;
+clear;
+close;
+r=56*(10^0);
+printf("Resistor value = %d ohm",r);
+printf("\nTolerance = 5 %%");