Basic windows applications that were made in Visual Studio that use object-oriented programming to solve simple problems using input and output. Projects built in CIS 199 are on Page 1. Projects built in CIS 200 are on page 2
Program 1 – Paint Calculator
User input total dimensions of room and the application calculated the total number of gallons of paint need
Program 2 – Registration Date
User inputs last name and selects grade. Based on this input, a registration date is populated.
Program 3 – Ground Package
This assignment explores the creation of a reusable class and separate GUI application that creates a list objects. User inputs information about their package and output is returned.