CODING CLUB: Challenge 3 | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 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.

30th Jul 2016, 10:48 PM
codingismylife145
codingismylife145 - avatar
5 Answers
+ 2
http://www.filedropper.com/crypt_4 if anyone is interested in seeing my solution.
31st Jul 2016, 3:34 AM
Dmitry
Dmitry - avatar
0
Nice work again, Dmitry. i should start using try, catch more!
31st Jul 2016, 5:31 AM
Barra
Barra - avatar
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
31st Jul 2016, 6:42 AM
Barra
Barra - avatar
0
http://pastebin.com/DTykKQKU
31st Jul 2016, 11:22 AM
Vamsi Manepalli
Vamsi Manepalli - avatar
0
anyone want to come up with another challenge? don't forgot to tag - codingclub
1st Aug 2016, 10:03 PM
Barra
Barra - avatar