Skip to content

ScotlynTurner/CodingChallenge

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CodingChallenge

Decimal to Roman Numeral Converter

Process

I started this project by brainstorming how this kind of converter would work. By putting the rules of Roman Numerals into an algorithm, I could insure that it would work for any integer given.

brainstorming notes

Then, I crerated the functions I would need and started putting the algorithm together in code. I also made a test file to make sure everything worked properly, fixing bugs along the way.

Once everything worked correctly, I created a Main to implement user access and tested it against possible inputs.

After I made sure everything was in order, I committed my final version to GitHub!

Comments

Time Spent:

  • Brainstorm and Planning - 20 minutes
  • Programming - 2 hr
  • Testing - 30 minutes
  • Commenting - 10 minutes

Total Approximate Time - 3 hr

Overall, I really enjoyed this challlenge! 10/10 would recommend

About

Decimal to Roman Numeral Converter

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages