#include <stdio.h> int main() { int x=1; while(x<=10) { printf("%d\n",x); x++; } 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 and compute the sum of the digits of an integer
Write a Java program to swap two variables
Write a Java program to print the even numbers from 1 to 20
Write a Java program to convert a string to an integer
Write a Java program to convert kilometers to miles.
Write a Python Program to Check if a Number is Positive, Negative or Zero.
Write a Python Program to Find HCF.
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 count number of vowels in the given string
Write a Python Program to print Palindrome numbers from 1 to 100
Java Quiz - 22
Java Quiz - 10
Java Quiz - 13
Java Quiz - 16
Java Quiz - 9