public class Main { public static void main(String args[]) { char ch; for(ch='0';ch<='9';ch++) { System.out.println(ch+" = "+(int)ch); } } }
0 = 48 1 = 49 2 = 50 3 = 51 4 = 52 5 = 53 6 = 54 7 = 55 8 = 56 9 = 57
Java Interview Questions
Python Interview Questions
Oracle Interview Questions
100 Most Asked Java Interview Questions and Answers
HR Interview Questions and Answers
Apply For Job
Java Material
Python Material
PLSQL Material
.Net Material
Java Practice Programs
400 Java Programs
Add all the digits of a given positive integer until the result has a single digit
Write a Java program to convert kilometers to miles.
Write a Java program to check whether Java is installed on your computer or not
Write a Java program to compute the square root of an given integer
Write a Java program to check if a positive number is a palindrome or not
How do you confirm if an object is iterable using code?
Write a Python Program to Find HCF.
Write a python program to access news using python
Write a python program to calculate average using python *args ?
Write a Python Program to Check Leap Year.
Java Quiz - 1
Java Quiz - 23
Java Quiz - 6
Java Quiz - 19
Java Quiz - 2