#include <stdio.h> int main() { int x=10; do { printf("%d\n",x); x--; }while(x>=1); 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 compute the sum of the first 100 prime numbers
Write a java Program to print odd and even numbers from an array
Write a java Program to print palindrome number upto N numbers
Write a java Program to print N prime numbers and find sum and average
Write a Java program to count the letters, spaces, numbers and other characters of an input string
Write a python program to print lowercase names
Write a python program to display list of numbers and we want to return all the numbers from the list that are divisible by 2 and remove duplicates at the same time.
Write a python program to print properties and methods
Write a Python Program to Find Factorial of Number Using Recursion.
Write a Python Program for cube sum of first n natural numbers?
Java Quiz - 3
Java Quiz - 6
Java Quiz - 17
Java Quiz - 22
Java Quiz - 16