summaryrefslogtreecommitdiff
path: root/1529/CH1/EX1.1/1_01.sce
diff options
context:
space:
mode:
Diffstat (limited to '1529/CH1/EX1.1/1_01.sce')
-rwxr-xr-x1529/CH1/EX1.1/1_01.sce6
1 files changed, 6 insertions, 0 deletions
diff --git a/1529/CH1/EX1.1/1_01.sce b/1529/CH1/EX1.1/1_01.sce
new file mode 100755
index 000000000..670bf18b4
--- /dev/null
+++ b/1529/CH1/EX1.1/1_01.sce
@@ -0,0 +1,6 @@
+//Chapter 1, Problem 1
+clc;
+I=5; //current
+T=2*60; //time taken to flow current
+Q=I*T; //calculating quantity of electricity
+printf("Quantity of electricity Q = %f C \n\n\n",Q);