Computer Science, asked by sudipta124, 10 months ago

Program in java to print a word which contains all the five vowels

Answers

Answered by shri8272
1

Answer:

class vowel

{

void main()

{

System.out.print("aeiou");

}

}

Similar questions