diff options
Diffstat (limited to '3507/CH28/EX28.1/Ex28_1.sce')
-rw-r--r-- | 3507/CH28/EX28.1/Ex28_1.sce | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/3507/CH28/EX28.1/Ex28_1.sce b/3507/CH28/EX28.1/Ex28_1.sce new file mode 100644 index 000000000..7bbf45559 --- /dev/null +++ b/3507/CH28/EX28.1/Ex28_1.sce @@ -0,0 +1,6 @@ +//chapter28
+//example28.1
+//page590
+
+a= dec2bin (37)
+disp(a,'binary equivalent of decimal number 37 = ')
|