public class Main { public static void main(String args[]) { int x; for(x=10; x>=1; x--) { System.out.println(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 check given matrix is null matrix
Write a Java program to compute the square root of an given integer
Write a Java program to find the area of a triangle.
Write a Java program to print the sum, multiply, subtract, divide and remainder of two numbers
Write a Program to find second largest number in an array
Write a python program to merge nested lists ?
Write a Python Program to calculate your Body Mass Index.
Write a Python program to test whether a passed letter is a vowel or not.
Write a Python Program to Print all Prime Numbers in an Interval of 1-10.
Write a python program to checking if a string is empty or not ?
Java Quiz - 19
Java Quiz - 3
Java Quiz - 23
Java Quiz - 16
Java Quiz - 17