Assignment Statements

I am suppose to write an Assignment statement for the following operation.....

1.) Stores the ASCII code for 'B' in e.

I came up with e= char 66

Can someone help me with this please?
You can directly assign the char to an int since you just want ASCII.
Topic archived. No new replies allowed.