Skip to content

A program which takes an integer, converts it to word form, and then outputs it to the console. For example, give the program the integer "5", and the string "five" will be be outputted.

NocturneLight/Integer-To-English-Word

Repository files navigation

Integer-To-English-Word

A program which takes an integer, converts it to word form, and then outputs it to the console. For example, give the program the integer "5", and the string "five" will be outputted.

How To Run

For normal use of the program, type into PowerShell: "dotnet run [number]"

  • Example: dotnet run 5
  • How To Run Unit Tests

    For running the unit tests, type into PowerShell: "dotnet test"

    About

    A program which takes an integer, converts it to word form, and then outputs it to the console. For example, give the program the integer "5", and the string "five" will be be outputted.

    Resources

    Stars

    Watchers

    Forks

    Releases

    No releases published

    Packages

    No packages published

    Languages