Academic Integrity: tutoring, explanations, and feedback — we don’t complete graded work or submit on a student’s behalf.

The following is an encrypted message about Theo that you are supposed to decryp

ID: 3635778 • Letter: T

Question

The following is an encrypted message about Theo that you are supposed to decrypt: This h a single line message so the numbers are successive. The line is broken above due to lack of space. You can copy the numbers above Into your program using copy paste from the electronic version of this document. Please ask for help if you don't know how to do this. Each number represents a character in the message (recall that characters have a dual nature). The message was generated by adding a key (an integer) between 0 and 92 (inclusive) to the original characters in the message You ate obviously looking to find that key. The final version of your program should outfit only one Iine containing the key and associated decrypted message only for the decrypted message that contains what you are looking for HINT: If you ate looking for a message that has something to do with Theo then you know something about the contents of the message. Use this known fact to filter out only the interes

Explanation / Answer

//Prog : DecryptDemo.java public class DecryptDemo{ public static void main(String[] args) { int index=0; int i=73; int low=0; int high=0; Integer encripted[]={162,184,190,105,172,170,183,105,188,174,174,105,157,177,174,184,105,192,178,189,177,105,171,181,184,183,173,105,183,170,189,190,187,170,181,105,177,170,178,187,105,170,189,105,177,189,189,185,131,120,120,192,192,192,119,172,184,181,184,190,187,174,193,185,184,188,190,187,174,119,172,184,182,120,189,177,174,184,172,177,170,187,178,188,180,194,187,178,170,172,184,190,120,170,176,174,152,175,146,183,183,184,172,174,183,172,177,119,179,185,176}; for(index=0;indexhigh){ high=encripted[index]; }else if(encripted[index]