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" |
- 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"
C#, .NET
Open-source
Copyright (c) 2019 Lauren Musante and Jacqueline Remmel