MSK Technologies

Home
Practice Programs
Java Programs Python Programs Java Quiz
Pages
Python Java Material PLSQL Material
Search A Job

Write a Java-program to display vowels using continue statement ?

  1. Home
  2. Java Programs

Write a Java-program to display vowels using continue statement ?

Write a Java-program to display vowels using continue statement ?

Program
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);
        }
    }
}	

Output:

a
e
i
o
u





More Questions


89 . Write a Java-program to display vowels using continue statement ?
90 . Write a Java-program to display the whose values divisible by 2 and 3 Continue statement in java ?
91 . Write a Java-program to Break the loop which number is divisible by 2 and 3 in java ?
92 . Write a Java-program to print a to z character
93 . Write a Java-program to print A to Z character
94 . Write a Java-program to print character numbers
95 . Write a Java-program to print symbols
96 . Write a Java-program to print ASCII values of a to z
97 . Write a Java-program to print ASCII values of A to Z
98 . Write a Java-program to print ASCII values of Numbers
99 . Write a Java-program to print ASCII values of symbols


Interview Questions

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 The Job

Apply For Job

Java Material

Python Material

PLSQL Material

.Net Material

Java Practice Programs

400 Java Programs

Java Practice 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

Python Practice Programs

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.

Interview Questions

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

Java Quiz

Java Quiz - 22

Java Quiz - 18

Java Quiz - 21

Java Quiz - 13

Java Quiz - 4

Courses
Java Python PLSQL .Net ADO.Net About Us
Quick Links
Daily Use English Sentences Daily General Knowledge General Knowledge Latest Update Inventions and Inventors జనరల్ నాలెడ్జ్ General Knowledge Spoken English Spoken Hindi GK Hindi Telugu Facts Unknown Facts Psychology Facts Motivation Quotes విటమిన్ - సి,డి,ఇ,కె Android
Spiritual
రాధాకృష్ణ భగవద్గీత Motivation Quotes Slokas Talapatra Nidhi ఆధ్యాత్మిక భక్తి ప్రపంచం Sadhguru Sai Motivation Quotes గౌతమ బుద్ధుడు Bhagavad Gita Quotes
Newsletter

Dolor amet sit justo amet elitr clita ipsum elitr est.

© sateeshm, All Right Reserved. Designed By sateeshm
Home Help FQAs