Completion requirements
Opened: Thursday, 31 December 2020, 10:01 AM
Due: Thursday, 31 December 2020, 11:30 AM
1. Make a function named DISPLAY() and call it from main() function to print the word DIU.
2. Take an integer input and pass it to function and print it’s value.
3. Take an character input and pass it to function and print it’s value.
4. Take two integer inputs and pass them to a function and print their sum and average.
5.Take a character and make it UPPERCASE if it is a LOWERCASE letter or LOWERCASE if it is UPPERCASE and print the converted character in the main() function.
6. Write the LEAPYEAR( ) function to determine whether the input year is leap year or not.