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 swap two variables
Add all the digits of a given positive integer until the result has a single digit
Write a Java program to convert a binary number to decimal number
Write a Java program to count the number of even and odd elements in a given array
Write a Program to remove duplicate element in an array
Write a Python program to calculate the sum of three given numbers. If the values are equal, return three times their sum.
Write a Python Program to check armstrong number of n digits
Write a Python program sort a list in descending order
Write a python program to checking if a string is empty or not ?
Write a Python program that prints the calendar for a given month and year.
Java Quiz - 9
Java Quiz - 8
Java Quiz - 13
Java Quiz - 17
Java Quiz - 7