public class Main { public static void main(String args[]) { int x=1; do { System.out.println(x); x++; }while(x<=10); } }
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 that takes two numbers and display the product of two numbers
Write a java program to find the index of the largest number in an array
Write a Java program to swap the first and last elements of an array and create a new array
Write a java program to Find the index of the smallest number in an array
Write a java Program to check given matrix is null matrix
Write a python program to access news using python
Write a program to check armstrong numbers in certain interval
Write a Python program that checks whether a specified value is contained within a group of values.
Write a Python Program To Find ASCII value of a character.
Write a Python Program to Print all Prime Numbers in an Interval of 1-10.
Java Quiz - 5
Java Quiz - 19
Java Quiz - 4
Java Quiz - 3
Java Quiz - 1