Question: in C program: Name this program lower.c - This program will read two strings and output which string has more lowercase letters. If both strings
in C program: Name this program lower.c This program will read two strings and output which string has more lowercase letters. If both strings contain the same amount of lowercase letters, indicate the number of lowercase letters. Match the output according to the examples below. Assume each string will contain less than characters.
Examples
Enter two strings:
Hello wORLD
'Hello' contains more lowercase letters than 'wORLD'.
Enter two strings:
HELLO WORLD
'HELLO' and 'WORLD' both contain lowercase letters
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
