(Solved) : 3 Create Three New Functions Checks Whether Input Character Upper Lower Case Print Result Q44083319 . . .
3. Create three new functions that: a. Checks whether or not an input character is upper or lower case. Print the result to console. Hint: ASCII table. b. Checks whether or not an input character is a vowel or consonant. Print the result to console. Hint: constant arrays. c. Checks whether an input integer representing a year is a leap year. Print the result to console. Hint: https://www.timeanddate.com/date/leap year.html Show transcribed image text 3. Create three new functions that: a. Checks whether or not an input character is upper or lower case. Print the result to console. Hint: ASCII table. b. Checks whether or not an input character is a vowel or consonant. Print the result to console. Hint: constant arrays. c. Checks whether an input integer representing a year is a leap year. Print the result to console. Hint: https://www.timeanddate.com/date/leap year.html
Expert Answer
Answer to 3. Create three new functions that: a. Checks whether or not an input character is upper or lower case. Print the result…
OR