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

Share :

Twitter
Back To Top

facebook main

counter

Powered by Blogger.