#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 print odd and even numbers from an array
Write a Java program to check whether Java is installed on your computer or not
Write a Java program to count the letters, spaces, numbers and other characters of an input string
Write a Java program to print ‘Hello World!’ on screen
Write a java program to add two matrix
Write a Python Program to find sum of array.
Write a python program to counting item occurrences
Write a Python program to get current time and date
Write a python program startswith and Endswith Methods
Write a python program to print Nlargest numbers
Java Quiz - 17
Java Quiz - 12
Java Quiz - 18
Java Quiz - 9
Java Quiz - 20