#include <stdio.h> int main() { int x; for(x=10;x>=1;x--) { printf("%d\n",x); } return 0; }
10 9 8 7 6 5 4 3 2 1
Apply For Job
Java Material
Python Material
PLSQL Material
.Net Material
Java Practice Programs
400 Java Programs
Write a java Program to print odd and even numbers from an array
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 Java program to print the even numbers from 1 to 20
Write a Program to find second largest number in an array
Write a Python Program to calculate the natural logarithm of any number.
Write a Python program to convert Celsius to Fahrenheit.
Write a Python Program to Find HCF.
Write a python program to print properties and methods
Write a Python Program to Find LCM.
Java Quiz - 23
Java Quiz - 20
Java Quiz - 10
Java Quiz - 1
Java Quiz - 15