Feeds
已回答
Converting hexadecimal to decimal in base 10 using a loop (not function hex2dec)
a=input("enter the no. in double quotes "); A=char(a); l=strlength(a); i=1;b=0; while (l>0) if ((A(i)>='0')&&(A(i)<='9'...
Converting hexadecimal to decimal in base 10 using a loop (not function hex2dec)
a=input("enter the no. in double quotes "); A=char(a); l=strlength(a); i=1;b=0; while (l>0) if ((A(i)>='0')&&(A(i)<='9'...
5 years 前 | 0
