summaryrefslogtreecommitdiff
path: root/995/CH1/EX1.8/Ex1_8.sce
diff options
context:
space:
mode:
Diffstat (limited to '995/CH1/EX1.8/Ex1_8.sce')
-rwxr-xr-x995/CH1/EX1.8/Ex1_8.sce7
1 files changed, 7 insertions, 0 deletions
diff --git a/995/CH1/EX1.8/Ex1_8.sce b/995/CH1/EX1.8/Ex1_8.sce
new file mode 100755
index 000000000..c362d0f39
--- /dev/null
+++ b/995/CH1/EX1.8/Ex1_8.sce
@@ -0,0 +1,7 @@
+//Exa:1.8
+clc;
+clear;
+close;
+c_pF=27000;//given
+c_uF=c_pF/1000;
+printf("%f picofarad capacitance is %f microfarad",c_pF,c_uF); \ No newline at end of file