public class Main { public static void main(String args[]) { int x=10; do { System.out.println(x); x--; }while(x>=1); } }
10 9 8 7 6 5 4 3 2 1
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 the sum of the digits of a number
Write a java Program to print N prime numbers and find sum and average
Write a Java program to display the system time
Write a Java program to convert seconds to hour, minute and seconds
Write a Java program to compare two numbers
Write a python program to check two strings are Anagram or not
Write a Python program to get the volume of a sphere with radius six.
Write a python program to access news using python
Write a Python Program to Find LCM.
Write a Python Program to Find Armstrong Number in an Interval.
Java Quiz - 18
Java Quiz - 12
Java Quiz - 14
Java Quiz - 11
Java Quiz - 4