top of page
SOFTWARE DEVELOPMENT - C#
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 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.
bottom of page