I want to know how to write a program to print
A B C D E F G H I J K L M
N O P Q R S T U V W X Y Z
Input = A M
output = N z
dedenfk 0 Newbie Poster
Recommended Answers
Jump to Post[boilerplate_help_info]
Posting requests for help must be well thought out if you want help quickly and correctly. Your post did not meet the criteria for quality help. You may get some posts, but are they going to be useful? Check your post with these checkpoints - what …
Jump to Post// Caesar Shift Encryption // character: Plaintext input // shift: Integer value of how far to shift right result = ( ( ( character - 65 ) + shift ) % 26 ) + 65 ;
Hmmm... Interesting... What would the output be for a lower case …
All 5 Replies
WaltP 2,905 Posting Sage w/ dash of thyme Team Colleague
zeroliken 79 Nearly a Posting Virtuoso
Greg_R 0 Newbie Poster
BobS0327 24 Junior Poster in Training
Greg_R 0 Newbie Poster
Be a part of the DaniWeb community
We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.