Java Tutorial - Caesar Cipher

preview_player
Показать описание
This video tutorial is about implementation of Caesar Cipher in Java
Рекомендации по теме
Комментарии
Автор

Video helped me get a 100 on a CS project, you're the greatest

lancemartin
Автор

thank you for this. It helped me understand a little more about casting and how char and int work together.

SirFency
Автор

this video has been a lifesaver man. keep up the great work man

arman
Автор

Instead of copying the whole cipher method to decipher the message, just make a constructor with the same parameters, and simply return this.word;

bobbyday
Автор

Thank you so much wow, I was so lost in my TP and you helped me so much.

limonamsp
Автор

Hi Zoran, just curious, what color theme are you using because it's awesome.

IrishDean
Автор

Thank you so much. Your tutorial helping me so much.

sharifahiqlima
Автор

hi if i want to implement like a menu so that the user could choose if he wants to encrypt or decrypt instead of the code doing both, should i implement it in the main method?

shehanwirekoon
Автор

Im sure there is a better way of doing this without so many if statements. Also upper and lowercase dont really matter it makes this easy exercise a bit complex. Great video tho.

VatsalRajyaguru
Автор

Caesar's Cipher Java Coding Challenge | How'd You Code That? | Episode 28

EdClarkHYCT
Автор

I keep getting 'else' without 'if' error I keep double checking and all my brackets seems correct im not sure what to do

evanehret
Автор

can't the if (shift<0) just be {27 + shift}?

김재원-nfb
Автор

and what i must do if i wanted to auto shift from 1 to 25 to print all the possibilities ?

mohamedallam
Автор

What happen if you shift to the left three?

jeremyliu
Автор

How would you make if shift by 23 places?

capitalwater
Автор

Could you please do a tutorial with netbeans please

jonathansavage
Автор

please send me source code this is my semester project

SahibzadaInstitute