Answered step by step
Verified Expert Solution
Question
1 Approved Answer
Use Visual Basic to solve the following problem: Assume you want to create a calculator that can help people to calculate their taxes. You will
Use Visual Basic to solve the following problem:
Assume you want to create a calculator that can help people to calculate their taxes. You will create an input box t their taxes in a message box. The same message box or another message box should ask the user if he/she has another income to calculate the tax for. If the user click yes, the program should loop but the user click no, the program should exit. Call the procedure Tax. The macro should keep looping until the user click no for having no more income to calculate the taxes for. The program should calculate the tax for one income per time (3 points) o ask peop le about their income and the program will display a. b. c. d. e, f. 35% on income greater than or equal to $200000 29% on income greater than or equal to $70000 and less that $200000 27% on income greater than or equal to $30000 and less that $70000 17% on income greater than or equal to $10000 and less that $30000 12% on income greater than or equal to $3000 and less that $10000 Otherwise it will be 0 Repeat the above question but by creating a function. Ignore the loop part. (2 points)Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started