summaryrefslogtreecommitdiff
path: root/876/CH7/EX7.3/Ex7_3.sce
diff options
context:
space:
mode:
Diffstat (limited to '876/CH7/EX7.3/Ex7_3.sce')
-rwxr-xr-x876/CH7/EX7.3/Ex7_3.sce8
1 files changed, 8 insertions, 0 deletions
diff --git a/876/CH7/EX7.3/Ex7_3.sce b/876/CH7/EX7.3/Ex7_3.sce
new file mode 100755
index 000000000..30c3e83e4
--- /dev/null
+++ b/876/CH7/EX7.3/Ex7_3.sce
@@ -0,0 +1,8 @@
+//caption:convert 1E hexadecimal into decimal
+//Ex7.3
+clc
+clear
+close
+E=14
+decimal=1*16^1+E*16^0
+disp(decimal,'decimal conversion=') \ No newline at end of file