Coding challenge for the OIT Student Programmer job
Assumptions made during project:
- That the user is not going to try to convert a number larger than 3,999 (this being the largest value possible to represent with the symbols given in the challenge)
- The assumption that the user will want to continue to convert numbers back and forth until an indicated exit of the program.
Tools used:
- Programmed in C++
- Visual Studio 2019 (to ensure it works on Windows)
- Wikipedia page for Roman Numerals (helped identify further rules on for conversion)
- Stack Overflow for syntax reminding
Start time: 8:45AM 12/27/2019
End time: 11:49AM 12/27/2019
Total elapsed time: 3 hours and 4 minutes