#include <stdio.h> int main() { int x=1; do { printf("%d\n",x); x++; }while(x<=10); return 0; }
1 2 3 4 5 6 7 8 9 10
Apply For Job
Java Material
Python Material
PLSQL Material
.Net Material
Java Practice Programs
400 Java Programs
Write a Java program to print the sum, multiply, subtract, divide and remainder of two numbers
Write a Java program and compute the sum of the digits of an integer
Write a Java program to compute the sum of the first 100 prime numbers
Write a Java program to convert a binary number to decimal number
Write a Java Program to find largest and second largest in an array
Write a python program to Find the index of the smallest number in the list
Write a python program startswith and Endswith Methods
Write a Python program to count number of vowels in the given string
Write a Python program to find the area of a triangle.
Write a Python Program to Find Factorial of Number Using Recursion.
Java Quiz - 17
Java Quiz - 9
Java Quiz - 18
Java Quiz - 1
Java Quiz - 10