7.3 ASCII Code
7.3 ASCII Code
[3] Print the Character Variable as a Character and ASCII Code Value.
[4] Print all the Digits with their ASCII Code Value separated by a space, and each digit in a separate line.
[5] Print all the Uppercase Letters with their ASCII Code Values separated by a space, and each letter in a separate line.
[6] Print all the Lowercase Letters with their ASCII Code Values separated by a space, and each letter in a separate line.
[7] Print all the ASCII Characters with their ASCII Code Values.
[8] Input a Character and Print that character and its ASCII Code.
সমাধান
[3] Print the Character Variable as a Character and ASCII Code Value.
[4] Print all the Digits with their ASCII Code Value separated by a space, and each digit in a separate line.
[5] Print all the Uppercase Letters with their ASCII Code Values separated by a space, and each letter in a separate line.
[6] Print all the Lowercase Letters with their ASCII Code Values separated by a space, and each letter in a separate line.
[7] Print all the ASCII Characters with their ASCII Code Values.
[8] Input a Character and Print its ASCII Code.
Last updated