Flowchart
Before I wrote the code, I wanted to diagram what I wanted to create. The prompt I chose was: How to apply to HKIS (R1). I checked out the application procedure on the HKIS website and from my research, I created this flowchart to outline my code. Also, it turns out that the HKIS application procedure is actually really simple.
In this flowchart, it looks like all of the choices are yes or no questions without any inputs, so the whole procedure will be pretty straightforward.
Pseudocoding
This is my first time writing pseudocode, but I felt like I had a pretty good understanding of what to do when writing this
|
That’s my pseudocode. I planned on adding more info in the final code.
Interactive Flowchart – Python
Here is my final code. I added a bit more code that wasn’t in the pseudocode. It’s pretty simple.
Here’s a video.