Computers and Technology

Mark daniels is a carpenter who creates personalized house signs. he wants an application to compute the price of any sign a customer orders, based on the following factors: the minimum charge for all signs is $30. if the sign is made of oak, add $15. no charge is added for pine. the first six letters or numbers are included in the minimum charge; there is a $3 charge for each additional character. black or white characters are included in the minimum charge; there is an additional $12 charge for gold-leaf lettering. design a program in vba for the following: a program that accepts data for an order number, customer name, wood type, number of characters, and color of characters. display all the entered data and the final price for the sign. you should have one form in access with a command button for running your code. two testing scenarios that you should try (this means calculate on your own what the answer for each of these should be and then test your program with the scenario and make sure it produces the correct answer): 1. a program that accepts sign order data and displays all the relevant information for oak signs with five white letters. 2. a program that accepts sign order data and displays all the relevant information for pine signs with gold-leaf lettering and more than 10 characters.

answer
Answers: 2

Other questions on the subject: Computers and Technology

image
Computers and Technology, 22.06.2019 21:40, tdahna0403
Develop a function to create a document in the mongodb database “city” in the collection “inspections.” be sure it can handle error conditions gracefully. a. input -> argument to function will be set of key/value pairs in the data type acceptable to the mongodb driver insert api call b. return -> true if successful insert else false (require a screenshot)
Answers: 2
image
Computers and Technology, 23.06.2019 19:00, amayax77
Write a program that displays the following menu: geometry calculator 1. calculate the area of a circle 2. calculate the area of a rectangle 3. calculate the area of a triangle 4. quit enter your choice (1-4): if the user enters 1, the program should ask for the radius of the circle and then display its area. use the following formula: area = ď€(the square of r) use 3.14159 for ď€ and the radius of the circle for r. if the user enters 2, the program should ask for the length and width of the rectangle and then display the rectangle’s area. use the following formula: area = length * width if the user enters 3, the program should ask for the length of the triangle’s base and its height, and then display its area. use the following formula: area = base * height * .5 if the user enters 4, the program should end. input validation: display an error message if the user enters a number outside the range of 1 through 4 when selecting an item from the menu. do not accept negative values for the circle’s radius, the rectangle’s length or width, or the triangle’s base or height. note: if the user enters an improper menu choice (1-4), the program prints "the valid choices are 1 through 4. run the program again and select one of those." if the user enters a negative radius, the program prints "the radius can not be less than zero." if the user enters a negative value for height or base, the program prints "only enter positive values for base and height."
Answers: 1
image
Computers and Technology, 23.06.2019 22:00, elijah1090
Technician a says engine assemblies can be mounted longitudinally in a chassis. technician b says engine assemblies can be mounted transversely in a chassis. who is correct?
Answers: 2
image
Computers and Technology, 23.06.2019 22:20, andrew412603
Learning sign language is an example of a(n) learning sign language is an example of a(n)
Answers: 2
Do you know the correct answer?
Mark daniels is a carpenter who creates personalized house signs. he wants an application to compute...

Questions in other subjects: