javadocstool.
For this homework you must accomplish the following activities: Don't forget to javadoc your code…
BirthdaySolver.java, for estimating the probability that among
N randomly chosen people, at least two share a birthday.
N will be specified as a command line argument; there is no
default valuetest harnessbatch file or shell script that will run your program at least 20 times, with varying values for
N and number of experiments and output the
results to a testresults.txtfile using the redirection operator from the command line [
>>].javadocstool to produce a set of documentation for this project; make sure there are no errors when you run the tool on your program code.
You will submit your program, your testresults.txt file, your test harness script, and your research report as the products for this assignment.
Notes:
Submission Guidelines: Make a sub-directory in your repository as mentioned above,
called homework07
and commit your source code into it. DON'T FORGET TO ADD A COMMIT COMMENT!