#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 swap the first and last elements of an array and create a new array
Write a Java program to print the ascii value of a given character
Write a java program to Find the index of the smallest number in an array
Write a Java program to print ‘Hello World!’ on screen
Write a Java program to swap two variables
Write a Python Program to Display Fibonacci Sequence Using Recursion.
Write a Python program that checks whether a specified value is contained within a group of values.
Write a program to print swapping variables
Write a Python Program to Print the Fibonacci sequence.
Python Program to Replace all Occurrences of ‘a’ with $ in a String
Java Quiz - 4
Java Quiz - 6
Java Quiz - 7
Java Quiz - 21
Java Quiz - 18