Create a boolean function to determine if free shipping

Assignment Help PL-SQL Programming
Reference no: EM131049729

Description: This function applies discount percentage on an item price unless the item price is less than the whole sale price. For example, a product at $10 with a wholesale price of $5 and a discount of 10% returns $9.

function applyDiscount(productPrice : Double,
wholesalePrice : Double,
discount : Double)
Return Double
Create variable discountedPrice as double
discountedPrice = productPrice * (1 - discount)
if (discountedPrice < wholesalePrice)
discountedPrice = wholesalePrice
end if
return discountedPrice
End function

Examine the pseudocode sample provided, and explain what it does line by line.

Click here to access the sample. (ATTACHED)

Present a solution using pseudocode similar to what you saw above.

  • Identify the logic needed to create a Boolean function to determine if free shipping will be applied based on the total order amount (e.g., free shipping for orders over $75). The function is expected to return TRUE or FALSE depending on the free shipping criteria.
  • Present a second pseudocode solution that will call the function and print whether the user will get free shipping.

Reference no: EM131049729

Questions Cloud

What is the foreign investment : The principle of comparative advantage states that individuals, firms, and national economies should produce _____, and Everything else held constant, when the price of a product increases _______ .
Conduct at least five interviews with uae-based hr managers : Conduct at least five interviews with UAE-based HR Managers regarding the items - Their recruitment and selection strategy.
The bonds price will still be somewhat greater : A 15-year bond with a face value of $1,000 currently sells for $800. One year later, if the discount rate is still the same, The bond’s price will still be exactly $800. The bond’s price will still be somewhat greater (perhaps by around $10 more). Th..
Specify the algorithm using a flowchart : Given M students, where M is a positive integer, develop an Algorithm to compute the numbers of 1st and 4th year students respectively. The students' years of study are provided, one at a time, as input to the algorithm. Specify the Algorithm usin..
Create a boolean function to determine if free shipping : Identify the logic needed to create a Boolean function to determine if free shipping will be applied based on the total order amount (e.g., free shipping for orders over $75). The function is expected to return TRUE or FALSE depending on the free ..
Repay the loan in seven equal instalments starting : The Elkridge Bar & Grill has a seven-year loan of $23,200 with Bank of America. It plans to repay the loan in seven equal instalments starting today. If the rate of interest is 5.90 percent, how much will each payment be?
Issue more preferred shares paying the same dividend : Suppose a firm has a preferred stock that pays a $10 annual dividend (no growth expected in this payment) and currently sells for $90.00 per share. If it plans to issue more preferred shares paying the same dividend but also needs to incur a floatati..
Hard work is hidden in the derivation of the formula for ?2 : Prove the same result using the formula inside the back cover for ∇2 in spherical polar coordinates. (Obviously, this second proof is much simpler, but the hard work is hidden in the derivation of the formula for ∇2.)
Net present value-internal rate of return-payback : Healthcare Administrator makes $100,000 per year, borrowed $25000 from lenders to pay for Master's Program at 5.84%. the payback time that the school is giving is 20years but I plan on pay the $25000 back within 6years. Determine how much compensatio..

Reviews

Write a Review

PL-SQL Programming Questions & Answers

  Create a database model

Create a database model and Submit the table creation statements for the Database Model.

  Write pl-sql procedures and functions

Write PL/SQL procedures and functions to populate and query that database

  Sql questions

Write a query to display using the employees table the EMPLOYEE_ID, FIRST_NAME, LAST_NAME and HIRE_DATE of every employee who was hired after to 1 January, 1995.

  Run the lab_03_01.sql script

Run the lab_03_01.sql script in the attached file to create the SAL_HISTORY table. Display the structure of the SAL_HISTORY table.

  Write sql queries

Write a query to display the last name, department number, and salary of any employee whose department number and salary both match the department number and salary of any employee who earns a commission.

  Explaining sql insert statement to insert new row in cds

Write down a SQL insert statement to insert new row in "CDS" table.

  Write down name of actors in ascending order

Write down actors (or actress, your choice, but not both) who have won at least two (2) Academy Awards for best actor/actress. Provide the actor name, movie title & year. Order the result by actor name."

  What is an sql injection attack

What is an SQL injection attack? Explain how it works, and what precautions must be taken to prevent SQL injection attacks.What are two advantages of encrypting data stored in the database?

  Determine resonant frequency in series rlc resonant circuit

Given the series RLC resonant circuit in the figure, operating at variable frequency, determine: The resonant frequency ω o ,  The circuit’s quality factor Q , The cut-off frequencies, f 1  & f 2  and the bandwidth BW

  Query that uses cube operator to return lineitemsum

Write summary query which uses CUBE operator to return LineItemSum (which is the sum of InvoiceLineItemAmount) group by Account(an alias for AccountDesciption).

  Query to show customers were missing for existing orders

As DBA, your manager called a meeting and asked why there are so many orders for customers that don't exist in the customer table. Write query which would shows which customers were missing for existing orders. Use a join or a subquery.

  Sql query into a relational algebra statement

Turn this SQL query into a relational algebra statement? SELECT Request.reqfor, Ordering.invamt, Ordering.invnbr, Ordering.invdat

Free Assignment Quote

Assured A++ Grade

Get guaranteed satisfaction & time on delivery in every assignment order you paid with us! We ensure premium quality solution document along with free turntin report!

All rights reserved! Copyrights ©2019-2020 ExpertsMind IT Educational Pvt Ltd