summaryrefslogtreecommitdiff
path: root/911/CH1/EX1.10.b
diff options
context:
space:
mode:
Diffstat (limited to '911/CH1/EX1.10.b')
-rw-r--r--911/CH1/EX1.10.b/ex_1_10_b.pdfbin0 -> 110184 bytes
-rw-r--r--911/CH1/EX1.10.b/ex_1_10_b.sce14
2 files changed, 14 insertions, 0 deletions
diff --git a/911/CH1/EX1.10.b/ex_1_10_b.pdf b/911/CH1/EX1.10.b/ex_1_10_b.pdf
new file mode 100644
index 000000000..558e03e96
--- /dev/null
+++ b/911/CH1/EX1.10.b/ex_1_10_b.pdf
Binary files differ
diff --git a/911/CH1/EX1.10.b/ex_1_10_b.sce b/911/CH1/EX1.10.b/ex_1_10_b.sce
new file mode 100644
index 000000000..f60b44e75
--- /dev/null
+++ b/911/CH1/EX1.10.b/ex_1_10_b.sce
@@ -0,0 +1,14 @@
+//example 1.10(b)//
+clc
+//clears the screen//
+clear
+//clears already existing variables//
+a=5264;
+//given 7's compliment//
+b=7777-5264;
+//no in octal form//
+d=oct2dec('2513');
+//decimal conversion//
+disp('hexadecimal conversion of given 7''s compliment is:')
+e=dec2hex(d);
+disp(e); \ No newline at end of file