public class Main { public static void main(String args[]) { char x; for(x='a';x<='z';x++) { if(!(x=='a' ||x=='e' ||x=='i' ||x=='o' ||x=='u')) { continue; } System.out.println(x); } } }
a e i o u
Java Interview Questions
Python Interview Questions
Oracle Interview Questions
100 Most Asked Java Interview Questions and Answers
HR Interview Questions and Answers
Top 50 OOPS Interview Questions & Answers
Apply For Job
Java Material
Python Material
PLSQL Material
.Net Material
Java Practice Programs
400 Java Programs
Write a Java program to convert a binary number to decimal number
Write a Java program that takes two numbers and display the product of two numbers
Write a java program to add two matrix
Write a Java program to add two numbers without using any arithmetic operators
Write a Java program to compute the square root of an given integer
Write a Python Program to Find the Sum of Natural Numbers.
Write a Python program to get current time and date
Write a Python program to display the first and last colors from the following list.
Write a python program to Find Index Using Enumerate
Write a Python program that accepts an integer (n) and computes the value of n+nn+nnn.
Java Quiz - 22
Java Quiz - 18
Java Quiz - 21
Java Quiz - 13
Java Quiz - 4