Exercises

November 3, 2006

  1. Write a method that takes as input three integers representing a month, day, and year, converts the integer representation of the month to a string, and prints the date in the format Month_String Day, Year Example: March 17, 2004


Sami Rollins