diff options
Diffstat (limited to '1826/CH11/EX11.3/ex11_3.sce')
-rwxr-xr-x | 1826/CH11/EX11.3/ex11_3.sce | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/1826/CH11/EX11.3/ex11_3.sce b/1826/CH11/EX11.3/ex11_3.sce new file mode 100755 index 000000000..1b23b64cc --- /dev/null +++ b/1826/CH11/EX11.3/ex11_3.sce @@ -0,0 +1,6 @@ +// Example 11.3, page no-332
+clear
+clc
+ts=937//MPa
+bhn=ts/3.45
+printf("The Brinell Hardness Number is %.2f",bhn)
|