diff options
Diffstat (limited to '1844/CH5/EX5.5')
-rw-r--r-- | 1844/CH5/EX5.5/5.sce | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/1844/CH5/EX5.5/5.sce b/1844/CH5/EX5.5/5.sce new file mode 100644 index 000000000..b98892ae9 --- /dev/null +++ b/1844/CH5/EX5.5/5.sce @@ -0,0 +1,5 @@ +clc
+MB=48+24/60
+MD=5+38/60
+TB=MB+MD
+printf('True Bearing = %f',TB)
|