/numbers

Practice with C# testing

Primary LanguageC#

Numbers to Words

An application to convert numbers into words, 3 Oct 2019

By Lauren Musante and Jacqueline Remmel

Specifications

Behavior Input Output
Only accept numerical input "ten" "Numerical input only: try again."
Program converts a single-digit number into word form "8" "Eight"
Program converts a double-digit number into word form "59" "Fifty nine"
Program converts a triple-digit number into word form "394" "Three hundred ninety four"

Setup/Installation Requirements

  • Clone this repository and navigate to the "Numbers" project directory
  • Navigate to "Numbers.Solution" and then to "Numbers"
  • Run the command "dotnet restore"
  • Run the command "dotnet run"

Technologies Used

C#, .NET

License

Open-source

Copyright (c) 2019 Lauren Musante and Jacqueline Remmel