Home /
Expert Answers /
Computer Science /
please-make-sire-to-invlude-screenshot-of-the-output-design-a-program-similar-to-the-one-shown-in-ap-pa477
(Solved): Please make sire to invlude screenshot of the output Design a program similar to the one shown in Ap ...
Please make sire to invlude screenshot of the output
Design a program similar to the one shown in Appendix A. It should be a program that solves a small problem, such as calculating a tip based upon service. Use a multi-tiered nested "if/ else if/ then" procedure flow. Lay it out VISUALLY using the following icons: Code it, compile it, execute it, and copy/paste the code and output HERE. Comment your code!!
In Appendix B, we see the same solution in " A," except B uses concepts of OOP. Your task is to emulate the OOP style of ' B,' and re-design your problem 1 in terms of OOP, using ' B ' as an example. Lay it out visually as you did in problem 1.