Answered step by step
Verified Expert Solution
Question
1 Approved Answer
Function Name: whatIsIt Inputs: ( char ) A character Output: ( logical ) Logical value indicating if the character is an uppercase letter ( logical
Function Name: whatIsIt
Inputs:
char A character
Output:
logical Logical value indicating if the character is an uppercase letter
logical Logical value indicating if the character is an lowercase letter
logical Logical value indicating if the character is an digit
logical Logical value indicating if the character is an space
Description:
Write a function called whatIsIt that takes in a character and returns four logicals:
True if the character is an uppercase letter, false if not
True if the character is a lowercase letter, false if not
True if the character is a digit, false if not
True if the character is a space, false if not
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started