Project Title

By Jacob Wilson

The application will take in a an input number and will return the number typed out in words.

Technologies Used

  • C#
  • .Net
  • Markdown

Description

The application takes in a user input number and runs it through a function that splits the number to an array. The array is then passed into a branching statement that pushes the corresponding words into an output array

Setup/Installation Requirements

  • You can find the github repository here
  • Click the code button, and copy the https link
  • In your in git bash or your preferred git terminal navigate to the directory you would like to store the project
  • Enter: "git clone" followed by the https link
  • Now that the repository is cloned to your computer, right click on the folder and click open with vs code
  • Navigate into the NumbersToWords folder and type dotnet restore in the console to install dependencies
  • You can now run the project by typing dotnet run in the console

Known Bugs

  • No known bugs

License - MIT

If you run into any problems or find a bug, would like to reach me for a separate reason, feel free to send me an email @jacobleeeugenewilson@gmail.com with details of your issue.

Copyright (c) 11/12/2021 Jacob Wilson(s)