public class Main { public static void main(String args[]) { int x=10; while(x>=1) { System.out.println(x); x--; } } }
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 Find the sum of the digits of a number
Write a Java program to count the number of even and odd elements in a given array
Write a Java program to print the sum, multiply, subtract, divide and remainder of two numbers
Write a Java Program to find Armstrong number
Write a Java program to convert Celsius to Fahrenheit.
Write a Python program to find out what version of Python you are using.
Write a python program to print Nsmallest numbers
Write a python program to open a website using python
Write a Python program that accepts a filename from the user and prints the extension of the file.
Write a python program to print Nlargest numbers
Java Quiz - 5
Java Quiz - 14
Java Quiz - 12
Java Quiz - 16
Java Quiz - 9