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
Top 50 OOPS Interview Questions & Answers
Apply For Job
Java Material
Python Material
PLSQL Material
.Net Material
Java Practice Programs
400 Java Programs
Write a Java program to accept a float value of number and return a rounded float value
Write a Java program to check whether Java is installed on your computer or not
Write a Java program to print the sum, multiply, subtract, divide and remainder of two numbers
Write a java Program to print N prime numbers and find sum and average
Write a Java program to swap two variables
Write a python program to print most frequent letter in a string
Write a Python program to display the current date and time.
Write a python program to sort list with sorted & lambda
Write a Python Program to Display the multiplication Table.
Write a Python program to print reverse number
Java Quiz - 20
Java Quiz - 2
Java Quiz - 16
Java Quiz - 15
Java Quiz - 4