summaryrefslogtreecommitdiff
path: root/2459/CH28/EX28.3/Ex28_3.sce
blob: 7708f253c7d6c91fb476adfececa7da7e573172a (plain)
1
2
3
4
5
6
//chapter28
//example28.3
//page591

a= bin2dec ( ' 110001 ' )
printf("equivalent decimal of binary 110001 is %d \n",a)