#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
Add all the digits of a given positive integer until the result has a single digit
Write a java Program to check given matrix is null matrix
Write a Java program to accept a float value of number and return a rounded float value
Write a Java program and compute the sum of the digits of an integer
Write a Java program that takes two numbers and display the product of two numbers
Write a python program to calculate average using python *args ?
Write a Python Program to Print the Fibonacci sequence.
Write a Python program to test whether a passed letter is a vowel or not.
Write a program to print swapping variables
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.
Java Quiz - 6
Java Quiz - 21
Java Quiz - 7
Java Quiz - 5
Java Quiz - 3