AAT Task 2B Programming Java and Netbeans
Using Netbeans and Java The application that has been created is made on the Netbeans Integrated Development Environment (IDE , using the Java programming language . The applications create report for a real estate office manager (client and are aimed at helping the client with reports on property listings There is a text that provides the crude information about the real estate listings . The application would have to read the text and create two organized text s by extracting information from the original The input is listings .txt which contains the property ID

, the real estate type , the value of each property in dollars and the agent ID This was opened and the data were extracted , processed upon to create a new named agentreports .txt which contains the real estate types (in upper case , the agent ID , and the associated with each agent . This is generally to view the performance of each agent , and the agent ID is therefore the key for the information
In the second that was created , the input remains the same (listings .txt . The was read again by the similar process , and the new output contained overview of the property . The output named listings .txt contains the number of properties listed in the original , the cumulative value of all the assets , and the individual property IDs
The complete project uses the Object Oriented Programming (OOP ) features of the Java Programming language , and...





