Question: Jump to level 1 Declare a Boolean variable named isValid. Use is Valid to output Valid if codeWord contains no more than 4 letters and
Jump to level
Declare a Boolean variable named isValid. Use is Valid to output "Valid" if codeWord contains no more than letters and codeWord's length is less than or equal to and "Invalid" otherwise.
Ex: If the input is then the output is:
Valid
Ex If the input is then the output is:
Invalid
Note: isalpha returns true if a character is alphabetic, and false otherwise. Ex: isalphaa returns true. isalpha returns false.
#include
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
