SOURCE FILE: candyClmnTD_L0.cpp



#include<iostream>

using namespace std ;
 
int main()
{
    /* The plan for the program */

  /*

      Print Information for the user
      Get the input value from the user
      if the value is bad print the appropriate error message
      otherwise make a candy column of height determined by the input value 

  */

}