summaryrefslogtreecommitdiff
path: root/2863/CH2/EX2.46/ex2_46.sce
diff options
context:
space:
mode:
Diffstat (limited to '2863/CH2/EX2.46/ex2_46.sce')
-rwxr-xr-x2863/CH2/EX2.46/ex2_46.sce6
1 files changed, 6 insertions, 0 deletions
diff --git a/2863/CH2/EX2.46/ex2_46.sce b/2863/CH2/EX2.46/ex2_46.sce
new file mode 100755
index 000000000..cddc54eb0
--- /dev/null
+++ b/2863/CH2/EX2.46/ex2_46.sce
@@ -0,0 +1,6 @@
+//chapter 2
+printf("\n");
+Pdes=3*10^3;
+Popp=500;
+FBR=Pdes/Popp;
+printf("the front to back ratio is %d",FBR);