Computer Science, asked by Sachinsmith, 4 months ago

You are a strategist working for the Indian Army. You are entrusted with developing a strategy(algorithm) to encode the messages send among the Indian soldiers in order to prevent the messages being read by enemies. Your algorithm takes two inputs, a message (string) and a key (integer array). The key and the message have the same size. Assume the message is in lowercase. Write program to simulate the working of your algorithm.

Answers

Answered by SuyogWadke
0

Explanation:

ur algorithm takes two inputs, a message (string) and a key (integer array) ... soldiers in order to prevent the messages being read by enemies

Similar questions