subject

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 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.

ansver
Answers: 3

Other questions on the subject: Computers and Technology

image
Computers and Technology, 22.06.2019 12:00, dani19cano
The following function returns a string of length n whose characters are all 'x'. give the order of growth (as a function of n) of the running time. recall that concatenating two strings in java takes time proportional to the sum of their lengths. public static string f(int n) { if (n == 0) return ""; if (n == 1) return "x"; return f(n/2) + f(n - n/2); } options: a) constant b) logarithmic c) linear d) linearithmic e)quadratic f)cubic g) exponential
Answers: 2
image
Computers and Technology, 22.06.2019 20:40, wutdmgamerz
Assume that there is a 4% rate of disk drive failure in a year. a. if all your computer data is stored on a hard disk drive with a copy stored on a second hard disk drive, what is the probability that during a year, you can avoid catastrophe with at least one working drive? b. if copies of all your computer data are stored on three independent hard disk drives, what is the probability that during a year, you can avoid catastrophe with at least one working drive?
Answers: 1
image
Computers and Technology, 22.06.2019 21:30, GamerGirl15
This graph compares the total cost of attending educational institutions in texas. the graph demonstrates that the cost at private and public technical schools greatly varies.
Answers: 2
image
Computers and Technology, 22.06.2019 22:30, hmontalvo22
Who needs to approve a change before it is initiated? (select two.) -change board -client or end user -ceo -personnel manager -project manager
Answers: 1
You know the right answer?
Zipoids is a level of currency used by obscure gamers. these gamers must pay tax in the following ma...

Questions in other subjects:

Konu
Mathematics, 30.04.2021 20:50
Konu
Mathematics, 30.04.2021 20:50
Konu
Mathematics, 30.04.2021 20:50