Question: the program is in c++ thank you Module 6 - Programming Assign X + .com/courses/11443/assignments/314408 File Types cpp . Write code using a nested conditional
Module 6 - Programming Assign X + .com/courses/11443/assignments/314408 File Types cpp . Write code using a nested conditional execution statement to: Create a character variable and assign it any value found on the keyboard Print out the character variable. Check to see if the character is an uppercase letter, or lower case character If it is alphabetic, then check to see if it is a vowel - don't forget to check both upper and lower case vowels. If it is a vowel then output "?? is a vowel" - where ?? is the character that was input If it is NOT a vowel then output "?? is NOT a vowel" - where ?? is the character that was input If it is NOT an alphabetic character check to see if it is a numeric character If it is then output "?? character is a digit" here ?? is the character that was input If it is not then output "?? is not an alphabetic or numerical character" where ?? is the character that was input
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
