#include <stdio.h> int main() { int x=1; while(x<=10) { printf("%d\n",x); 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 the sum, multiply, subtract, divide and remainder of two numbers
Write a java Program to print Armstrong number between 1 to 1000
Write a Java program that takes two numbers and display the product of two numbers
Write a Java program to add two numbers without using any arithmetic operators
Write a Java program that accepts an integer (n) and computes the value of n+nn+nnn
Write a python program to Find the index of the largest number in the list
How do you confirm if an object is iterable using code?
Write a Python Program to Make a Simple Calculator with 4 basic mathematical operations.
Write a Python program to print fibonacci series
Write a Python program that accepts a sequence of comma-separated numbers from the user and generates a list and a tuple of those numbers.
Java Quiz - 3
Java Quiz - 18
Java Quiz - 20
Java Quiz - 5
Java Quiz - 23