#include <stdio.h> int main() { int x; for(x=1;x<=10;x++) { printf("%d\n",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 to Find the index of the smallest number in an array
Write a java Program to print palindrome number upto N numbers
Write a Java program to print the sum of two numbers
Write a Java program to check whether Java is installed on your computer or not
Write a Java Program to Check if a Number is Positive, Negative or Zero.
Write a python program to access news using python
Write a Python Program to check armstrong number of n digits
Write a Python Program to Check Leap Year.
Write a Python program to display the current date and time.
Write a python program to counting item occurrences
Java Quiz - 14
Java Quiz - 17
Java Quiz - 19
Java Quiz - 1
Java Quiz - 15