CIS 340– Business Information Systems Development – I Assignment 1: Basic Decisions Due on Blackboard: Friday, September 01, 2017, by 11:59 PMArizona Time Learning Outcomes 1.1.Write if statements with a simple condition. 1.2.Convert strings to numbers and store in integer/double data types. 1.3.Use switchstatements to choose between multiple options. 1.4.Perform math operations in C# Application Overview You are required to create a tax calculator, which calculates both federal and state tax for an individual. It should prompt the user for his or her gross income and calculate the applicable federal and state income. The total tax, which is the sum of the federal and state tax liabilities is presented back to the user. Formulas Net Income = Gross Income – Deduction Federal Tax = Net Income * Federal Tax Rate State Tax = Net Income * 2.5% Final Tax = Federal Tax + State Tax
CIS 340– Business Information Systems Development – IAssignment 1: Basic DecisionsDue on Blackboard:Friday, September 01, 2017, by 11:59 PMArizona TimeLearning Outcomes1.1.Writeifstatements with a simple condition.1.2.Convert strings to numbers and store in integer/double data types.1.3.Useswitchstatements to choose between multiple options.1.4.Perform math operations in C#Application OverviewYou are required to create a tax calculator, which calculates both federal and state tax for anindividual. It should prompt the user for his or her gross income and calculate the applicablefederal and state income. The total tax, which is the sum of the federal and state tax liabilities ispresented back to the user.FormulasNet Income = Gross Income – DeductionFederal Tax = Net Income * Federal Tax RateState Tax = Net Income * 2.5%Final Tax = Federal Tax + State Tax