CIS 199 - Program 3

1 · Levi Walton · April 7, 2019, 6 p.m.
Introduction Assignment Create a program that takes a users inputed taxable income amount and calculates their marginal tax rate and amount of tax due using arrays What happened Create Prog3Form.cs file using System; using System.Collections.Generic; using System.ComponentModel; using System.Data; using System.Drawing; using System.Linq; using System.Text; using System.Threading.Tasks; using System.Windows.Forms; namespace Prog3 { public partial class Prog3Form : Form { // Tax Y...