Answered step by step
Verified Expert Solution
Question
1 Approved Answer
Ceate a simple C++ program that converts a string to ROT13 and back. If i enter HELLO , URYYB should output and vice versa. Basically
Ceate a simple C++ program that converts a string to ROT13 and back. If i enter "HELLO" , URYYB" should output and vice versa. Basically leters shift 13 letters forward. There are a few things i would like done. Please don't use IF/Else statement can it be done using Switch Statement , also input and output would be CAPS. Thank You . I know how to do this using if/else statement , but i am force to use Switch Statement. I don't know how to do it using Switch Statement Help!
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started