Patient Diagnosis Program

This program takes patient data as user input, then from a predetermined combination of symptoms – produces a diagnosis. Disclaimer: I’m not a doctor and this isn’t a real health diagnostic machine.

Published
Categorized as 2018 Tagged

Build a Brick Wall – Java

This program allows the user to choose an integer 1-10 corresponding to the number of brick layers. Then the user selects a combination of RGB values for the color of the bricks. Finally a GUI displays the brick wall with the desired specifications.

Published
Categorized as 2018 Tagged