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

3rd Aug 2025, 9:32 AM
Sudhanshu Dwivedi
Sudhanshu Dwivedi - avatar
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.
3rd Aug 2025, 10:48 AM
Lothar
Lothar - avatar
+ 1
remember that chars are actually numbers in a specific value range ...
3rd Aug 2025, 11:53 AM
Bob_Li
Bob_Li - avatar