diff options
Diffstat (limited to '995/CH1/EX1.9/Ex1_9.sce')
-rwxr-xr-x | 995/CH1/EX1.9/Ex1_9.sce | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/995/CH1/EX1.9/Ex1_9.sce b/995/CH1/EX1.9/Ex1_9.sce new file mode 100755 index 000000000..43b11afe5 --- /dev/null +++ b/995/CH1/EX1.9/Ex1_9.sce @@ -0,0 +1,7 @@ +//Exa:1.9
+clc;
+clear;
+close;
+c_mA=7.25;//given
+c_A=c_mA*1000;
+printf("%f milliampere current is %f ampere",c_mA,c_A);
\ No newline at end of file |