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년 전 | 0
