Question 1: I need a flowchart that shows the process for guessing a number between 1-20. Use a variable for the number, and a second variable for the guess. Give the user 5 chances to guess the number.
Use Insert->Drawing to make a picture. The flowchart symbols are there when you Insert->Shapes. If you prefer you can draw by hand and take a picture of your flowchart and include it here.
Question 2: Each homeowner must pay tax based on the value of their house. Houses over $200,000 pay 2% of their value in tax, houses over $100 000 pay 1.5% of their value in tax and houses over $50 000 pay 1% of their value in tax. All others pay no tax.
I need help with pseudocode that will ask a user to input the value of their house. The program must calculate the taxes due based on the value the user input. Show the result to the screen