Home  |  IT Zone  | Practice ZoneTips / Tricks  |  Did You Know  |  Inspirational  |  Health  |  Insurance  |  Universities  |  Forex  |  Mathematics  |  Illusions  |  Children Day Quotes  |  Be Aware  |  Articles  | Funny Pics | Entertainment | Songs | Simple Joys of Life |

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 :

X
Back To Top

facebook main

Powered by Blogger.