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 swap two variables
Write a Java Program to Check if a Number is Positive, Negative or Zero.
Write a Java Program to Find the sum of the digits of a number
Write a Java program that takes five numbers as input to calculate and print the average of the numbers
Write a java Program to print Armstrong number between 1 to 1000
Write a python program to print reserved keywords
Write a Python Program to Check if a Number is Positive, Negative or Zero.
Write a python program to find absolute value of a number in the list
Write a Python program to get n (non-negative integer) copies of the first 2 characters of a given string. Return n copies of the whole string if the length is less than 2.
How do you confirm if an object is iterable using code?
Java Quiz - 20
Java Quiz - 10
Java Quiz - 5
Java Quiz - 14
Java Quiz - 6