Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

using Java I need the UML and pseudocode In this lab, using Object Oriented programming to write the code of an application for a Convenience

using Java I need the UML and pseudocode

image text in transcribed

image text in transcribed

In this lab, using Object Oriented programming to write the code of an application for a Convenience Store to print out the receipt for each transaction sale in the following format: Date: 04/22/2016 Transaction ID: Item Id: Number of items sold: Unit price: Subtotal: Sale tax(8.25%) Total: 12 12.5 150.0 12.4 162.4 Amount paid: Balance: 200.0 -37.6 Receipt holds the information of transaction id, item id, item price, the number of items sole, the money the customer pays and these information are entered from the keyboard. Also, for the receipt, using the following formulas to calculate the subtotal, sale tax and total: Subtotal item price * number of items Sale tax subtotal * 8.25% Total subtotalsale tax Balance = amount paid-total

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Spatio Temporal Database Management International Workshop Stdbm 99 Edinburgh Scotland September 10 11 1999 Proceedings Lncs 1678

Authors: Michael H. Bohlen ,Christian S. Jensen ,Michel O. Scholl

1999th Edition

3540664017, 978-3540664017

More Books

Students also viewed these Databases questions

Question

8. Describe the steps in the development planning process.

Answered: 1 week ago