Create a function named `calculateextendedprice` that takes `orderid` and `lineitem` as parameters, calculates the extended price, and returns the result.

a) `computeExtendedPrice(orderid, lineitem)`
b) `getExtendedPrice(orderid, lineitem)`
c) `calculatePrice(orderid, lineitem)`
d) `extendedPrice(orderid, lineitem)`