[solved] – Question 94210

You have deployed the system for Williams & Son and all is going well. Mr. Williams is impressed
with the new system’s capability and how easy it is to use the system. Because of this, he has
asked you to modify the system so that it can automatically calculate discount for the customer
based on the total amount of their purchase. Mr. Williams has asked that the discount amount be
indicated on the slip as well as the amount due by the customer after discount has been applied.

Expert Answer


[solved] – Question 94213

Graphing Solar Eclipse Data plot these data on the graph provided. The graph has been maximized to use the whole graph space. The X axis has the independent Variable data and the Y-axis has the dependent Variable data. Look at the data table to answer the questions. A map of the path of the Solar Eclipse of August 21, 2017 is shown on the back of this paper

Expert Answer


[solved] – Question 94217

Write a program to convert a number from a binary representation to a decimal format—that is, from base 2 to base 10. Your program should make use of recursion to do the conversion.

Expert Answer


[solved] – Question 94220

Write the pseudocode that will produce a slip similar to the one illustrated at the beginning of the question.
Williams & Son
VAT nr: 0123456
Product Price
Screewdriver R 100
Super glue R20

Total R120

Expert Answer


[solved] – Question 94296

Write a program that will ask the user for a series of words. Then plug them into our paragraph template.

Expert Answer


[solved] – Question 94297

We all had the unfortunate experience of seeing how computers can, at times, make life’s journey about more difficult. This is especially true in knowledge centric workplaces. Describe an example of a very poorly implemented database that you’ve encountered (or read about) that illustrates the potential for really messing things up. Include, in your description, an analysis of what might have caused the problems and potential solutions to them. Be sure to provide supporting evidence with citations from the literature.

Expert Answer


[solved] – Question 94316

how do you Write a program that uses two input statements to get two words as input. Then, print the words on one line separated by a space.

Expert Answer


[solved] – Question 94347

The system to be developed for Williams and son needs to produce the following slip for a customer once the sale has been concluded

Write the pseudocode that will produce similar

Expert Answer


[solved] – Question 94348

Write a program to get a student marks. The marks consist Lab1,Test1 and PBT1. If the average of marks is below than 40, output “Student cannot sit final exam” will display. You must apply constructor in your program.

Expert Answer


[solved] – Question 94349

Write a program to apply the package. The package is customer will consist classes of member and non-member.
Member:
-There are method to calculate discount() -15% per item.
Non-member:
-No discount

Expert Answer