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
Apply For Job
Java Material
Python Material
PLSQL Material
.Net Material
Java Practice Programs
400 Java Programs
Write a Java program to print the odd numbers from 1 to 20
Write a Java program to convert kilometers to miles.
Write a Java program to print the ascii value of a given character
Write a java Program to check given matrix is null matrix
Write a Java program to count the letters, spaces, numbers and other characters of an input string
Write a python program to calculate average using python *args ?
Write a Python program to convert kilometers to miles.
Write a Python Program To Find ASCII value of a character.
Write a python program to merge nested lists ?
Write a Python program that accepts an integer (n) and computes the value of n+nn+nnn.
Java Quiz - 23
Java Quiz - 10
Java Quiz - 19
Java Quiz - 4
Java Quiz - 5