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
Apply For Job
Java Material
Python Material
PLSQL Material
.Net Material
Java Practice Programs
400 Java Programs
Write a Java Program to find Armstrong number
Write a Program to remove duplicate element in an array
Write a java Program to print odd and even numbers from an array
Add all the digits of a given positive integer until the result has a single digit
Write a Java program to swap the first and last elements of an array and create a new array
Write a Python Program to check armstrong number of n digits
Write a Python program to get the volume of a sphere with radius six.
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.
Write a Python program to print fibonacci series
Write a python program to checking if a string is empty or not ?
Java Quiz - 14
Java Quiz - 7
Java Quiz - 17
Java Quiz - 10
Java Quiz - 22