I reupload the file with a correction to the code.. if you dl it before the correction make these changes to it
public static String getMonth(int k){
int rem=0,cal=0,b4=0,i,month=0,day=0;
for(i=1; i<=12; i++)
{ if(i<=7)
{
rem=i%2;
if(rem>0){ cal+=31; }
else...