#include <stdio.h> int main() { char ch='0'; do { printf("\n %c = %d",ch,(int)ch); ch++; }while(ch<='9'); return 0; }
0 = 48 1 = 49 2 = 50 3 = 51 4 = 52 5 = 53 6 = 54 7 = 55 8 = 56 9 = 57
Apply For Job
Java Material
Python Material
PLSQL Material
.Net Material
Java Practice Programs
400 Java Programs
Write a Java program to compute the square root of an given integer
Add all the digits of a given positive integer until the result has a single digit
Write a Java program to print the sum, multiply, subtract, divide and remainder of two numbers
Write a Java Program to find Armstrong number
Write a Java program to compare two numbers
Write a Python program that accepts a filename from the user and prints the extension of the file.
Write a Python Program to Find Armstrong Number in an Interval.
Write a Python Program to Print all Prime Numbers in an Interval of 1-10.
Write a python program to access news using python
Write a python program to Find the index of the largest number in the list
Java Quiz - 9
Java Quiz - 15
Java Quiz - 1
Java Quiz - 5
Java Quiz - 6