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
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 check whether Java is installed on your computer or not
Write a Java program to compute the square root of an given integer
Write a java Program to print palindrome number upto N numbers
Add all the digits of a given positive integer until the result has a single digit
Write a Java Program to Find the sum of the digits of a number
Write a Python program sort a list in descending order
Write a python program to Find the index of the largest number in the list
Write a python program to checking if a string is empty or not ?
Write a python program to check memory sizes of list ,set ,tuple
Write a Python program that calculates the area of a circle based on the radius entered by the user.
Java Quiz - 10
Java Quiz - 22
Java Quiz - 11
Java Quiz - 23
Java Quiz - 9