/COMPUTES THE AVERAGE YIELD ON AN EXPERIMENTAL PEA GROWING PATCH.2...

1 //Computes the average yield on an experimental pea growing patch.2 #include <iostream>3 using namespace std;4 double estimateOfTotal(int minPeas, int maxPeas, int podCount);