Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SoftWriters MorseCode by Taylor Novotny #12

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

TaylorNovotny
Copy link

For this project I chose to do it as a console application as there isn't a real need to have a GUI.

The file 'Program.cs' is a test file to make sure you can create a file path and pass it in correctly and receive the correct output.

The file 'MorseCode.cs' is a class file, which is instantiated using a string as an argument into the constructor when creating a new MorseCode object. In the constructor it also sets up the variable englishArray which is an array of strings which correlates to the lines of Morse Code strings from the file. ReturnEnglishArray() returns the englishArray that was created in the constructor.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant