diff options
Diffstat (limited to '2863/CH2/EX2.46/ex2_46.sce')
-rwxr-xr-x | 2863/CH2/EX2.46/ex2_46.sce | 6 |
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);
|