Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

You are asked to document a paycheck modeler process. Please create the appropriate flowchart, following all flowchart rules, based on the following information. In

image text in transcribed

You are asked to document a paycheck modeler process. Please create the appropriate flowchart, following all flowchart rules, based on the following information. In order to model a paycheck, the system must input the employee Salary (S - Currency) and OTRS Status (OTRS - String). If an employee is part of OTRS, a flat Investment Rate (IR - Double) is removed from their salary. The determination for OTRS and the Investment Rate is as follows: OTRS Status (OTRS) "Yes" "No" Investment Rate (IR) 8% 0% After determining the IR, calculate the Investment Amount (IA - Currency) and the Taxable Rate (TR - Currency). IA = S * IR TR = S-IA After determining TR, please utilize the following table to calculate the Tax Percent (TP - Double) Taxable Rate (TR) TR < 25,000 25,000 75,000 Tax Percent (TP) 2% 10% 15% Utilize the TP to calculate the Tax Amount (TA - Currency) and the Amount After Taxes (AAT - Currency). TA = TR * TP AAT = TR-TA Output the Salary, OTRS Status, and Amount After Taxes. Lastly, please create a loop for the entire program to allow the employee to enter different information.

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Financial Reporting and Analysis

Authors: Flawrence Revsine, Daniel Collins, Bruce, Mittelstaedt, Leon

6th edition

9780077632182, 78025672, 77632184, 978-0078025679

More Books

Students also viewed these Accounting questions

Question

=+ What are the right questions?

Answered: 1 week ago