top of page

SOFTWARE DEVELOPMENT - C#

Program 1

This program is a interactive Windows Console application that will be used for estimating the materials and labor costs for our carpet sales and installation company. The purpose of this program explores the use of variables and simple arithmetic.

Program 2

This program is a Windows Forms GUI application that will determine an individual's Federal marginal income tax rate and income tax amount due given the individual's taxable income and filing status. The purpose of this program explores the use of decision making logic and the creation of GUI application.

Program 3

This program is a Windows Forms GUI application that re-solve Program 2 using parallel arrays and range matching loops to perform the decision making for the marginal tax and income tax due. The purpose of this program explores the use of parallel arrays and range matching.

Program 4

This program is a Console application with two classes - one will be the test application where the main method is located, and the other public class will be representing the packages delivered by Brown Parcel Service. The purpose of this program explores the creation of a reusable class and separate console application that creates an array of objects.

©2024 by Michael Ly

bottom of page