#include <stdio.h> int main() { int x=10; while(x>=1) { printf("%d\n",x); 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 add two numbers without using any arithmetic operators
Write a Java program that accepts an integer (n) and computes the value of n+nn+nnn
Write a java Program to check the given number is Palindrome or not
Write a Java program to convert kilometers to miles.
Write a Java program that takes five numbers as input to calculate and print the average of the numbers
Write a Python Program to Check Prime Number.
Write a Python Program to Print all Prime Numbers in an Interval of 1-10.
How do you confirm if an object is iterable using code?
Write a Python Program to Find the Factorial of a Number.
Write a Python Program To Find ASCII value of a character.
Java Quiz - 18
Java Quiz - 8
Java Quiz - 13
Java Quiz - 5
Java Quiz - 23