Taught one of my favourite programming lessons with y10 today. String manipulation to make 'How much does your name score in ASCII character codes', and then a simple Caesar cipher to send secret messages. #teamcompsci #caschat
Comments
Log in with your Bluesky account to leave a comment
Add up. Use a loop to get a running total of character codes and then output. Then we can explore why lower case scores higher than caps, and can we spot a pattern? (32 higher per alphabet character).
Comments