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 convert seconds to hour, minute and seconds
Write a Java Program to find Armstrong number
Write a java program to find the index of the largest number in an array
Write a Program to find second largest number in an array
Write a java Program to print odd and even numbers from an array
Print out a set containing all the colors from a list which are not present in other list
Write a Python program that accepts a sequence of comma-separated numbers from the user and generates a list and a tuple of those numbers.
Write a Python program to count the number 4 in a given list.
Write a Python Program to Make a Simple Calculator with 4 basic mathematical operations.
Write a Python Program to Check if a Number is Odd or Even.
Java Quiz - 8
Java Quiz - 12
Java Quiz - 3
Java Quiz - 10
Java Quiz - 7