Tuesday, 13 September 2016

FInd Leap year or Not

static void LeapYEar(Args _args)
{
If(2015 MOD 4 == 0) 
    
    {
      info('then leap year');
    }
    
    
    else
    {
    info('not a leap year');
    }


}

No comments:

Post a Comment

8 Common Errors in Dual-write

502 Bad Gateway : when the target application is not ready to handle the incoming request  401 Unauthorized / 403 Forbidden: This error occ...