i have an assignment where i have to set a variable to hold a sentence and printout the sentence in code, substituting a new character for each character in the sentence. i'm not supposed to use the string replace()method, but i should use a switch statement. can someone help me in figuring out the solution?
thanks in advance..