i have an assignment to write c++ program that should be very easy but i am very new to write codes in c++. My topic is that encryption of "sweidon" and i ll replace each letter with the three places later in the alphabet. For example, Instead of writing "A" , i ll write "D" .... I couldn't find out how can i write it in codes.
i think i should use ASCI and i should add 3 upon the ASCI code to reach the encryption code.... how should i write to read all letters that is inclued in family name of "sweidon" ????