0
Patters of library class
To generate and print the letters from A to Z along with their unicode . Letters. Unicode A 65 B 66 ...... ........ ...... ........ Z 90
2 Réponses
+ 1
Sudhanshu Dwivedi ,
i suppose that you are asking to generate and print characters with their related unicode point.
if you need some help how to code this, please show us your code attempt that you have done so far.
+ 1
remember that chars are actually numbers in a specific value range ...