PROGRAMMING:vowel
```
The letters a, e, I, O and u are considered to be vowels. The following program outputs the string t
For the number of vowels in, please supplement the program.
#include
int main(){
char t[200]="ThE arrAy dimensions must be pOsitive constant Integer expressions.";
int i,j,s=0;
//Please add the code here
printf("%d",s);// The number of vowels in the output string t
return 0;
}
```
###Input example:
```in
```
###Output example:
```out
twenty-two
```
answer:If there is no answer, please comment
The letters a, e, I, O and u are considered to be vowels. The following program outputs the string t
For the number of vowels in, please supplement the program.
#include
int main(){
char t[200]="ThE arrAy dimensions must be pOsitive constant Integer expressions.";
int i,j,s=0;
//Please add the code here
printf("%d",s);// The number of vowels in the output string t
return 0;
}
```
###Input example:
```in
```
###Output example:
```out
twenty-two
```
answer:If there is no answer, please comment