Program in java to print a word which contains all the five vowels
Answers
Answered by
1
Answer:
class vowel
{
void main()
{
System.out.print("aeiou");
}
}
Similar questions