Bus 210 Week 3 Assignment

344 Words1 Page

.Net Problem Statements
1. Worker A can do a job in 15 days while worker B can do the same job in 20 days. Write a program to calculate the total number of days required to finish the work if both the workers work simultaneously.
2. Develop the program, which accepts the gross pay and produces the amount of tax owed. For a gross pay of 100000 or less, the tax is 0%; for over 100000 and 300000 or less, the tax rate is 15%; and for any pay over 300000, the tax rate is 28%. Calculate tax pay and return the result to main method. Print the result in main method.
3. Write a program to check whether the input alphabet is a vowel or not. Use switch case.
4. Develop a program that accepts a deposit amount and period of deposit. Calculate the maturity

Open Document