Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

In C++ Zipoids is a level of currency used by obscure gamers. These gamers must pay tax in the following manner 0 - 5,000 zipoids

In C++ Zipoids is a level of currency used by obscure gamers. These gamers must pay tax in the following manner

         0 - 5,000 zipoids – 0% tax

   5001 - 10,000 zipoids – 10% tax

10,001 – 20,000 zipoid – 15% tax

Above 20,000 zipoids 20% tax

Write a program in C++ that will get the amount of Zipoids earned and will compute the tax. Your program should output the tax and the adjusted pay after the tax. You should use a ladder style if /else to compute this. Do not put cin or cout inside the if logic. Only compute the tax.

Step by Step Solution

3.48 Rating (151 Votes )

There are 3 Steps involved in it

Step: 1

include using namespace st... 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

System Dynamics

Authors: William Palm III

3rd edition

73398063, 978-0073398068

More Books

Students also viewed these Accounting questions

Question

Evaluate the integral, if it exists. Jo y(y + 1) dy

Answered: 1 week ago

Question

Explain the term robust design. Give an example.

Answered: 1 week ago