theinfozones blog
To display the ASCII value of the character entered. (Qbasic Code)
To display the ASCII value of the character entered. (Qbasic Code)
CLS
INPUT "Enter a character"; a$
a = ASC(a$)
PRINT "The ASCII equivalent is"; a
END
Newer Post
Older Post
Home