subject

You’ve been asked to design an application for jack of all trades, which rents small power equipment to commercial and residential customers, to process its transactions. the strcustomer variable will be used to determine whether a customer is commercial (c) or residential (r). commercial customers receive a 10% discount if they are members of the rental rewards program. residential customers receive a 5% discount if they are members. the application needs to display a message box to remind the clerk to ask customers to join the rental rewards program when they check out. this message box should only display if the customer is not currently in the program. which of the following if clauses would evaluate to true and display the message box for the clerk?
(a)- if strcustomer = "c" andalso strmember = "y"
(b)- if strcustomer = "b" andalso strmember = "z"
(c)- if strcustomer = "a" andalso strmember = "x"
(d)- if strcustomer = "p" andalso strmember = "u"

ansver
Answers: 3

Another question on Computers and Technology

question
Computers and Technology, 24.06.2019 11:20
William travels a lot on business purpose. he needs to regularly communicate with his business partner. he also needs to send out weekly reports to his boss while he is traveling. which web-based application best suits william’s needs? (social media, webmail, wiki) is the best web-based application for william. he can access this application via the internet using a (digital cable, fax machine, web browser).
Answers: 1
question
Computers and Technology, 24.06.2019 16:00
5.a fishing rod is formed from a composite material of 0.5 kg of glass fibers embedded in a matrix of 0.5 kg of epoxy resin. the glass fibers are assumed to be long, continuous and unidirectional. to achieve a greater stiffness it is proposed to use a different composite that is comprised of long continuous carbon fibers that will be embedded in a matrix of 0.5 kg of epoxy resin. if the modulus of elasticity of the carbon fiber composite is 10% greater than the elastic modulus of the glass fiber composite, estimate the mass of carbon fibers that will be used to make the carbon fiber composite. assume the applied tensile stress is parallel to the direction of the long axis of the fibers. the epoxy resin, glass fiber, and carbon fiber have an elastic modulus of 5, 86, and 350 gpa respectively and a density of 1100, 2500, and 1800 respectively.
Answers: 3
question
Computers and Technology, 24.06.2019 21:40
Assume you need to test a function named inorder. the function inorder receives three int arguments and returns true if and only if the arguments are in non-decreasing order: that is, the second argument is not < the first and the third is not < the second. write the definition of driver function testinorder whose job it is to determine whether inorder is correct. so testinorder returns true if inorder is correct and returns false otherwise. for the purposes of this exercise, assume inorder is an expensive function call, so call it as few times as possible!
Answers: 1
question
Computers and Technology, 25.06.2019 00:00
To remove text from a specific location and keep it to use again, you should select
Answers: 1
You know the right answer?
You’ve been asked to design an application for jack of all trades, which rents small power equipment...
Questions
question
Mathematics, 05.05.2020 21:59