Answered step by step
Verified Expert Solution
Link Copied!

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

  1. Add 5 numbers that a user enters by keyboard and display the Total on screen.
  2. Compute the area of a rectangle and display on screen based on length and width values that the user enters by keyboard.
  3. 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.
  4. 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.
  5. 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

blur-text-image

Get Instant Access with AI-Powered Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Students also viewed these Databases questions