C Programming Upper, Dis-upper by CodeChum Admin Make me a program that accepts a size of the character array and its values. Then, count the number of uppercase vowels that are in it.   Easy, right? Then go and code as if your life depends on it!   Tip: After your scan for the size, add a space after the placeholder like this so that the newline character directly after the number won't be scanned as one of the characters: scanf("%d ", &size); Input 1. Size of the array 2. Characters of the array Output The first line will contain a message prompt to input the size of the array. The second line will prompt to input the characters of the array. The last line contains the count of the uppercase vowels. Enter·the·size·of·the·array:·19 CodeChum·is·AWEsome Count·=·2

Programming Logic & Design Comprehensive
9th Edition
ISBN:9781337669405
Author:FARRELL
Publisher:FARRELL
Chapter6: Arrays
Section: Chapter Questions
Problem 5GZ
icon
Related questions
Question

C Programming

Upper, Dis-upper

by CodeChum Admin

Make me a program that accepts a size of the character array and its values. Then, count the number of uppercase vowels that are in it.

 

Easy, right? Then go and code as if your life depends on it!

 

Tip: After your scan for the size, add a space after the placeholder like this so that the newline character directly after the number won't be scanned as one of the characters:

scanf("%d ", &size);

Input

1. Size of the array

2. Characters of the array

Output

The first line will contain a message prompt to input the size of the array. The second line will prompt to input the characters of the array. The last line contains the count of the uppercase vowels.

Enter·the·size·of·the·array:·19
CodeChum·is·AWEsome
Count·=·2
Expert Solution
steps

Step by step

Solved in 2 steps with 1 images

Blurred answer
Knowledge Booster
Array
Learn more about
Need a deep-dive on the concept behind this application? Look no further. Learn more about this topic, computer-science and related others by exploring similar questions and additional content below.
Similar questions
  • SEE MORE QUESTIONS
Recommended textbooks for you
Programming Logic & Design Comprehensive
Programming Logic & Design Comprehensive
Computer Science
ISBN:
9781337669405
Author:
FARRELL
Publisher:
Cengage