public class Main { public static void main(String args[]) { int x=1; while(x<=10) { System.out.println(x); x++; } } }
1 2 3 4 5 6 7 8 9 10
Java Interview Questions
Python Interview Questions
Oracle Interview Questions
100 Most Asked Java Interview Questions and Answers
HR Interview Questions and Answers
Apply For Job
Java Material
Python Material
PLSQL Material
.Net Material
Java Practice Programs
400 Java Programs
Write a Java program to convert kilometers to miles.
Write a Java program to compute the sum of the first 100 prime numbers
Write a Java program to convert Celsius to Fahrenheit.
Write a Java program to print the even numbers from 1 to 20
Write a Program to remove duplicate element in an array
Write a python program to Find the index of the largest number in the list
Write a Python program that calculates the area of a circle based on the radius entered by the user.
Write a Python program that concatenates all elements in a list into a string and returns it.
Write a Python program to print fibonacci series
Write a Python program to get n (non-negative integer) copies of the first 2 characters of a given string. Return n copies of the whole string if the length is less than 2.
Java Quiz - 6
Java Quiz - 7
Java Quiz - 23
Java Quiz - 20
Java Quiz - 19