subject

// problem 5: encryptstrings (5 points) // use pointer ptr to traverse the 2d character array 'strings' and encrypt each string in 2 step as follows- // 1) reverse the strings. hint: use 'reversestrings()' for this step. // 2) shift the characters forward by the integer value of 'key'. // if the string is "hello" and key = 2, reversing will get you "olleh" and adding key to it will result in "qnnfj". // once the value of 'key' gets larger, you will extend past alphabetical characters and reach non-alphabetical characters. thats ok. // note: do not encrypt the null terminator character. use the null terminator to find the end string. // if you could not implement skip using it in this function. you will receive partial credit.

ansver
Answers: 1

Another question on Computers and Technology

question
Computers and Technology, 22.06.2019 15:00
Who is the first president to use social media as part of his campaign strategy
Answers: 1
question
Computers and Technology, 22.06.2019 18:00
Martha is a healer, a healthcare provider, and an experienced nurse. she wants to share her daily experiences, as well as her 12 years of work knowledge, with people who may be interested in health and healing. which mode of internet communication can martha use?
Answers: 3
question
Computers and Technology, 24.06.2019 12:00
An npn transistor is correctly biased and turned on if the a. base is negative. b. collector is negative. c. collector is positive with respect to the emitter and negative with respect to the base. d. collector is the most positive lead followed by the base.
Answers: 1
question
Computers and Technology, 24.06.2019 17:40
Pseudocode pld #6, pg. 117 start// declarations// number numbertoguess// number myguess; numbertoguess = 92// while myguess ! = numbertoguess// output " guess an integer number between 1 and 100"// input myguess// if (myguess == numbertoguess)// output "you guessed the correct number"// else// output "the number you guessed was incorrect. try again! "// end if// end while// output " for playing the guessing game. have a great day! "// stop
Answers: 3
You know the right answer?
// problem 5: encryptstrings (5 points) // use pointer ptr to traverse the 2d character array 'stri...
Questions
question
Mathematics, 25.11.2020 22:30
question
Mathematics, 25.11.2020 22:30