Explore Westonci.ca, the leading Q&A site where experts provide accurate and helpful answers to all your questions. Explore thousands of questions and answers from knowledgeable experts in various fields on our Q&A platform. Get immediate and reliable solutions to your questions from a community of experienced professionals on our platform.

Write a program that asks the user for a combination of numbers as a string and a shift value n. The program should then add the shift value to each character of the combination entered by the user. For example, if the user enters 123 and n=2, the program should print 345. The input to this program has been preprogrammed for you. You have to use the input and implement the algorithm.

Sagot :

Answer:

sum=number+number1

Explanation: