index
:
Scilab-TBC-Uploads/.git
master
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
1733
/
CH9
/
EX9.18
/
9_18.sce
blob: 4629b2d50fee4bd55a220544cba4a21b6cb61ccf (
plain
)
1
2
3
4
5
6
//9.18 clc; a=268; disp('The hexa decimal no. is') x=dec2hex(a); disp('',x)