Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

A) Create a Rot13DecoderRing class. It will have class level string variables encodedText and clearText. Add a canonicalizeString method that takes a string s, replaces

A) Create a Rot13DecoderRing class. It will have class level string variables encodedText and clearText. Add a canonicalizeString method that takes a string s, replaces all upper-case characters with the equivalent lower case character (A-> a), removes any characters in the string except characters and spaces.

2) Create a rot13Char function that converts a single lower case clear-text character into the equivalent encrypted Rot13 character. Note that modulus arithmetic means that the rot13 function both encrypts clear text characters and decrypts encoded rot13 characters add a rot13 function that accepts a string and returns a rot13 string using the rot13Char method.

This is all done with a Windows Form App in Visual Studio using C#.

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Oracle Database Foundations Technology Fundamentals For IT Success

Authors: Bob Bryla

1st Edition

0782143725, 9780782143720

More Books

Students also viewed these Databases questions