#include<stdio.h> //A==65,E==69,I==73,O==79,U==85 int output(char a) { int ar[5] = {65, 69, 73, 79, 85}, t = 0; for (int i = 0; i < 5; i++...