Answered step by step
Verified Expert Solution
Question
1 Approved Answer
Write an Algorithm in Pseudocode for the Exercises Below Add 5 numbers that a user enters by keyboard and display the Total on screen. Compute
Write an Algorithm in Pseudocode for the Exercises Below
- Add 5 numbers that a user enters by keyboard and display the Total on screen.
- Compute the area of a rectangle and display on screen based on length and width values that the user enters by keyboard.
- Compute the new price for a product thats on sale for 10% off. Display new calculated price on screen. Assume current price is $25.00.
- Add the prices of an order of fries, a burger and a drink. Calculate the tax based on the sales tax rate that customer entered by keyboard and tell the customer their total on screen. Assume the following Beef-A-Roo prices: fries = $1.69, burger = $3.39, and drink = $1.69.
- Subtract 2 numbers user enters by keyboard. Display the following result text to the screen - If the result is positive, say Positive; if the result is negative, say Negative. If the result is 0, say Zero.
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