Programming Project Source Code

What I will be showing in this post about my final program is the source code, which is basically the code that you write to get the program to output that you want it to.  Just a warning, my code is a little long, so it will take a while to read it if you decide to.  I’ve embedded it in the bottom of this post, along with a file with my project and a file saying how to run it. Continue reading Programming Project Source Code

Technicalities of My Programming Project

For my Programming Cumulative Project, I decided to do a Buzzfeed type Personality Quiz that will tell the user which Lincoln Lutheran teacher they are.  The source code was based on mostly things that I had already learned how to do, except for one thing- the dictionary function, which I’ll get more into in the next paragraph.  The output provides the user with their result, along with a short 1-2 sentence description of the teacher they are most like.

Continue reading Technicalities of My Programming Project

My Cumulative Project

For my cumulative Programming Project, I decided to create a personality quiz.  I did this because I had always thought it would be interesting to try and create the quiz.  I had gotten the idea from one of my friends on one of the questions of the week that we do to create a personality quiz that tells the user what teacher at Lincoln Lutheran they were and I thought that it would be a lot of fun, so I decided to do it.  I sent out a survey to all the teachers at LL asking a few questions about themselves that I thought would be good questions to ask my classmates and I got 17 responses.

Continue reading My Cumulative Project