Answered step by step
Verified Expert Solution
Question
1 Approved Answer
Application of nested if...else statements. Write a program in C that prompt a user to input his/her yearly gross income. Your program should display the
Application of nested if...else statements. Write a program in C that prompt a user to input his/her yearly gross income. Your program should display the yearly income and the computed tax due, using the table below. (BIR proposed the following Tax computation, with the following Tax Schedule) 0% on income less than 50000; 15% on income from 50000 to 150000; 25% on income from 150001 to 250000; 35% on income over 250000. In a right triangle, the square of the length of one side is equal to the sum of the squares of the lengths of the two sides. Write a program that prompts the user to enter the length of the three sides of a triangle and then outputs a message indicating whether the triangle is a right triangle
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