How data are collected in the arrays.
./logistic > out1
Use birth rate of 0.2, death rate of 0.1, k of 100, and 1 run of simulation.
To plot the simulation results:
$ R > source("/home/progClass/src/logistic/logistic.r") > plot.logistic("out1")
Running the simulation with various combinations of parameters may give you a hint. In other words, you may observe more difference between the two models under certain parameter sets.
Add this model to the source code, and analyze the results.