top of page
IT-15000-500
Programming Capstone
While attending the Fundamentals of Programming for Information Technology course at Kent, I was tasked with completing a capstone project. For this project, I had to complete four different assignments, building out my own program based on a prompt, as well as peer reviewing my work.
To solve the problem below, I designed a simple looping system where all the tax bracket information is stored in an array and then accessed via a loop that check for inputs. I made two versions of this particular solution, V1 terminating after 10 users, and V2 reinitiating the loop after 10 users.
Overall, this was one of the more challenging projects to do, as I had to take the time to learn the flow of Python.
Capstone Instructions
Complete Capstone Docs
Version 1
Version 2
bottom of page