diff options
Diffstat (limited to '2459/CH28/EX28.2')
-rw-r--r-- | 2459/CH28/EX28.2/Ex28_2.PNG | bin | 0 -> 5546 bytes | |||
-rw-r--r-- | 2459/CH28/EX28.2/Ex28_2.sce | 6 |
2 files changed, 6 insertions, 0 deletions
diff --git a/2459/CH28/EX28.2/Ex28_2.PNG b/2459/CH28/EX28.2/Ex28_2.PNG Binary files differnew file mode 100644 index 000000000..f114f6d08 --- /dev/null +++ b/2459/CH28/EX28.2/Ex28_2.PNG diff --git a/2459/CH28/EX28.2/Ex28_2.sce b/2459/CH28/EX28.2/Ex28_2.sce new file mode 100644 index 000000000..fe53d95ce --- /dev/null +++ b/2459/CH28/EX28.2/Ex28_2.sce @@ -0,0 +1,6 @@ +//chapter28
+//example28.2
+//page590
+
+a= dec2bin (23)
+disp(a,'binary equivalent of decimal number 23 = ')
|