$1.00 netbeans java programming
- From Computer-Science: General-CS , Computer-Science: Object-Oriented-Programming
- Closed, but you can still post tutorials
- Due on Oct. 14, 2009
- Asked on Oct 12, 2009 at 8:19:31PM
Q:using netbeans
Develop an application that reads product id, product name and product price entered from the user at the keyboard, and writes this information to a text file. Call the output text file products.txt.
The resulting output products.txt file should be of the format:
1001 Rake 20.00
1002 Hose 15.00
1003 Lawnmower 200.00Product id should be the first field, a one word product description should be the second field, and the product price in dollars and cents (no $) should be the third field. White spaces (no commas) should be used as the delimiter between each field and a platform independent line separator should be used at the end of each product record. Your file may be used as input to a future application which is why the format is important.
Develop an application that reads product id, product name and product price entered from the user at the keyboard, and writes this information to a text file. Call the output text file products.txt.
The resulting output products.txt file should be of the format:
1001 Rake 20.00
1002 Hose 15.00
1003 Lawnmower 200.00Product id should be the first field, a one word product description should be the second field, and the product price in dollars and cents (no $) should be the third field. White spaces (no commas) should be used as the delimiter between each field and a platform independent line separator should be used at the end of each product record. Your file may be used as input to a future application which is why the format is important.
Develop an application that reads the products.txt file createdand prints the contents of the file to the screen. This application should not recreate the products.txt file to start with. It is assumed the products.txt file has already been created.I am having troulble with this please help only have two dollars on my account



