Weclome

Budget App

It instantiates objects based on different budget categories like food, clothing, and entertainment. When objects are created, they are passed in the name of the category.

Probability Calculator

I wrote a program to determine the approximate probability of drawing certain balls randomly from a hat.

Time Calculator

Tasked to write a function named add_time that takes in two required parameters. A start time in the 12-hour clock format (ending in AM or PM) and a duration time that indicates the number of hours and minutes.

Polygon Area Calculator

Using object oriented programming to create a Rectangle class and a Square class. The Square class should be a subclass of Rectangle and inherit methods and attributes.