Having slept for a while, I realized that I had to get up to note down an important landmark in life: 
Yesterday:November 12th.
I begin to count from 1.
//TEST OF ONE MONTH
bool smile_A;
bool [] smile_B=new bool[29];
int counter=0;
for(int i=0;i<30;i++)
{
if (smile_B[i]==true)
   counter++;
else
    break;
}
if (counter==30)
smile_A=true;
else
smile_A=false;
//END TEST

没有评论:
发表评论