C# picture
Introduces object-oriented concepts such as the use of classes, methods, encapsulation, and inheritance. The course concentrates on using object-oriented programming to solve simple problems involving input and output for C#

Program 1

This app calculate for a painting company has determined that for every 325 square feet of wall space, 1 gallon of paint and 8 hours of labor will be required. The company charges $10.50 per hour for labor.

Github

Program 2

This app determine the earliest time that a continuing UofL undergraduate student may register for Spring 2015 courses using the priority registration schedule available from the Registrar's site. Purpose: use decision making logic and the creation of a GUI application.

Github

Program 3

This app determine the earliest time that a continuing UofL undergraduate student may register for Spring 2015 courses using the priority registration schedule available from the Registrar's site. Purpose: use of parallel arrays and range matching.

Github

Program 4

This app is Library Book represent the books held by a library. Each LibaryBook object will keep track of some basic information: the book's title, author, publisher, copyright year , call number and checked out status. Purpose: reusable class and separate GUI application that creates a list objects.

Github

Payroll System

This app shows the employees SSN, first and last name and their salaried the purpose: learn how to use arrays

Github

Rent Calculator (outside work)

This app calculates the rent and unities for the resident per month and per day

Github