From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on ip-172-31-65-14.ec2.internal X-Spam-Level: X-Spam-Status: No, score=0.8 required=3.0 tests=BAYES_50,FREEMAIL_FROM, T_SCC_BODY_TEXT_LINE autolearn=ham autolearn_force=no version=3.4.6 X-Received: by 2002:a0c:d6ce:0:b0:4c6:fc1e:6201 with SMTP id l14-20020a0cd6ce000000b004c6fc1e6201mr45893725qvi.81.1670876470631; Mon, 12 Dec 2022 12:21:10 -0800 (PST) X-Received: by 2002:a37:f515:0:b0:6fa:ab2b:b78d with SMTP id l21-20020a37f515000000b006faab2bb78dmr82239803qkk.388.1670876470426; Mon, 12 Dec 2022 12:21:10 -0800 (PST) Path: eternal-september.org!reader01.eternal-september.org!2.eu.feeder.erje.net!feeder.erje.net!proxad.net!feeder1-2.proxad.net!209.85.160.216.MISMATCH!news-out.google.com!nntp.google.com!postnews.google.com!google-groups.googlegroups.com!not-for-mail Newsgroups: comp.lang.ada Date: Mon, 12 Dec 2022 12:21:10 -0800 (PST) Injection-Info: google-groups.googlegroups.com; posting-host=198.7.243.135; posting-account=GFoGIQoAAADm7bKFK-inXb325eTQPD3J NNTP-Posting-Host: 198.7.243.135 User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: Subject: ADA program From: Dirrm Injection-Date: Mon, 12 Dec 2022 20:21:10 +0000 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable Xref: reader01.eternal-september.org comp.lang.ada:64700 List-Id: I need help on writing this code? any pointers on where to begin=20 " go through a set of .txt and use them to develop a pattern of appearances= of letters. You will need to make every lowercase letter into its upperca= se equivalent and count the letter appearances. Using your results, you ar= e to go through an encrypted file and try to decrypt it using letter substi= tution. Then decrypt the same encrypted file using the standard table. You= also have access to the original text. Output should go to a .txt file"