#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 Check if a Number is Positive, Negative or Zero.
Write a Java program to print the sum, multiply, subtract, divide and remainder of two numbers
Write a Program to Find largest and smallest number in an array in java
Write a Java program that accepts an integer (n) and computes the value of n+nn+nnn
Write a java Program to print odd and even numbers from an array
Write a Python Program to Find the Factorial of a Number.
Write a Python program to count the number 4 in a given list.
Write a Python Program to Find the Sum of Natural Numbers.
Write a Python program to check whether a character is an alphabet or not
Write a python program to print reserved keywords
Java Quiz - 1
Java Quiz - 7
Java Quiz - 8
Java Quiz - 6
Java Quiz - 10