Posts by Lucas • 25 points
2 posts
-
2
votes2
answers59
viewsQ: Return the typed name
The program only returns the first letter of the typed name. I think it has something to do with the "%c", but I still don’t understand how this formatting works or maybe the data types in C.…
-
-1
votes1
answer327
viewsQ: Changing characters from a python message
I want to make a program that encrypts a message by the polar Zenit method, which consists of exchanging these letters among themselves, changing the text without the use of accents. I can already…