Java Program
Orçamento $30-5000 USD
The program is written in Jgrasp version 1.5.0 download fron Sun Microsystems
This assignment requires a class Inv that has variables: custName, custAddress, custPhonenumber. It should also have the following variables: item0, item2, item3 up to item9. This would allow our class to hold 10 references to object of the type Item. The other class is the Item class that has the properties of itemId, itemName, itemPrice, itemQuantity, and itemPrice. The Inv class is the mother class, whereas the Item(s) are her children.
The class with the main method is the Invoice.java. You have a choice on making the dependent classes part of the main program or separate files.
The Inv class should instantiate the ten items with dummy data as well as the custName, custAddress, and custPhonenumber when instantiated.
It should also have the print method, that print on the screen the Inv attributes as well as the 10 items that it holds.
The Invoice class should instantiate Inv, which would in turn instantiate its items. It should then invoke the print method.
This assignment is due in the assignment newsroom buy Wednesday
## Deliverables
1) Complete and fully-functional working program(s) in executable form as well as complete source code of all work done.
2) Installation package that will install the software (in ready-to-run condition) on the platform(s) specified in this bid request.
3) Exclusive and complete copyrights to all work purchased. (No GPL, 3rd party components, etc. unless all copyright ramifications are explained AND AGREED TO by the buyer on the site).
## Platform
Windows 2000. I am running Jgrasp software on Win2k and would need to save what is written, open it, compile and run it.