/**
* Write a description of class Farm here.
*
* @author (your name)
* @version (a version number or a date)
*/
public class Farm
{
public static void main(){
//Create 3 local pumkin objects with
//different weights.
//
//Output the total weight and price
//of eah pumpkin.
//Output the price of each pumkin.
//
//Have all the pumkins grow for 5 weeks
//and Re-output the the weight and price
//of each pumkin.
}
}