Portfolio

Coding Projects

The projects below demonstrate my coding skills that I've acquired over the last year.

Trick the Turtle game
Trick the Turtle game is an intro level game that is like a cat and mouse chase with turtles, snakes and lady bugs.
Example of switch statement
Season Switch program will output a season based on a number month entered by the user.
Example of print statement
Lab1 program will display the initials of the author (JLB) in *'s using a print statement.
Example of loop statements
Circle Calculation program will provide circle calculations using an if/else statement based on the radius entered by the user.
Example of an array
Driver program will take test scores entered into an array and display the rating.