CS110
Introduction to Programming
ASSIGNMENT 2
Due Date: 20th Feb. 1999






(1) Implement a program to evaluate and print the following polynomial ax3 + bx2 + cx + d given a input range. First the co-efficients are input followed by the range of x.
(2) Calendar printing: Write a program to print the calendar for a given input month specifed as one of Jan, Feb, Mar, Apr, May, Jun, Jul, Aug, Sep, Oct, Nov, Dec and year (A.D) as an integer.

input sample
Oct 1999

output sample

   October  1999             
Su Mo Tu We Th Fr Sa  
                1  2 
 3  4  5  6  7  8  9
10 11 12 13 14 15 16  
17 18 19 20 21 22 23 
24 25 26 27 28 29 30 
31