Using the conditional operator and the cal_days_in_month (CAL_GREGORIAN, int month, int year) function, determine the number of days in the current month and output to the browser whether it is a normal month or a leap month (29 days).
Create two functions:
- The first should accept two values and print out the modulus of the two numbers. Default value parameters should be used for the first function.
- The second should accept two values, determine the modulus and return the value, which the calling statement should then print out.