5.04 Classes and Methods


Program Pseudocode

Program Code

Review Question Response
What was the purpose of your program? The purpose of my program was for it to explain to the user who The Light Vulture is, and basic information related to him.
How could your program be useful in the real world? The concept of my program (using classes and methods) could be used for programs that give a user specific information based on the information that they provide to the program (this is something that could go many different ways).
What is a problem you ran into, and how did you fix it? I ran into a couple little small problems when I would have something like a typo, but there was nothing majorly bad that happened while designing the program.
Describe one thing you would do differently the next time you write a program. Next time I write a program similar to this one, I would somehow involve user input to make it more than just a program telling you a couple fun facts about something. This would make the program more user-engaging and fun.