+ 1
CODING CLUB: Challenge 3
For this challenge you need to make a translator for a code. You can choose some sort of code and explain it in a note, but if not here's an idea for a code (the one I will be using) I'm doing it so that individual letters have a code so if they input hello, my computer will translate each letter to form a word, rather tha having a specific word. You could so the user inputs "hello" and it prints back the coded version, you can have some free reign on this one, so it's entirely up to you. EXTENSION: You could try using a language if you get stuck in the code or want to do something else.
5 odpowiedzi
+ 2
http://www.filedropper.com/crypt_4
if anyone is interested in seeing my solution.
0
Nice work again, Dmitry. i should start using try, catch more!
0
I kind of went down the same path. I was going to make a 3rd class and have the other 2 inherit from it because they are very similar. I might make a class which also deals with the encryption. I'll see if I can Improve on this. http://pastebin.com/bfhzXxjk
0
http://pastebin.com/DTykKQKU
0
anyone want to come up with another challenge? don't forgot to tag - codingclub