Team member names: Amit Gulaya Chris Saia Marijan Andacic ====================================== Host: None ====================================== Account Name: amit ====================================== The URL of project home page. http://www.ccs.neu.edu/home/csaia/com1205/project.html ====================================== Project: (brief description) To convert given Demeter/C++ testing programs into Demeter/Java for testing under DemJava. Phase1 of the project requires me to convert the program c-fruit-basket-em in /course/com3360/sample-class-libraries/c-fruit-basket-em The Demeter/Java version is in the directory given below ====================================== Directory: /proj/demsys/com1205/w97/amit/proj/phase1/ This file is called README ====================================== Credits: As these programs were translations of Demeter/C++ programs, we reused most of the code from the C++ version of these programs in /course/com3360/sample-class-libraries and in /proj/adaptive/lieber/regression-test. I took help form: Prof. Lieberherr, Johan Ovlinger, Christian Turcanu ====================================== The command to run your program and the interface of your command. Give an example how to run your application. > make > java Main < program.input ====================================== Use cases used: NONE (not required) ==================================== Class dictionary and behavior files used: program.cd and program.beh ====================================== Input file: program.input ====================================== Output (file): Outputs to terminal ====================================== Test run: java Main < program.input Total Weight of Apples = 10 Expected = 10 SUCCESS ====================================== I made no changes whatsoever to the generated Makefile or the Java code. ======================================