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
Top 50 OOPS Interview Questions & Answers
Apply For Job
Java Material
Python Material
PLSQL Material
.Net Material
Java Practice Programs
400 Java Programs
Write a Java program to check if a positive number is a palindrome or not
Write a Program to find second largest number in an array
Write a java Program to check given matrix is null matrix
Write a java program to add two matrix
Write a Java program to print the sum of two numbers
Write a Python Program To Find ASCII value of a character.
Write a Python Program to Display the multiplication Table.
Write a Python program that concatenates all elements in a list into a string and returns it.
Python Program to Replace all Occurrences of ‘a’ with $ in a String
Write a Python program that checks whether a specified value is contained within a group of values.
Java Quiz - 10
Java Quiz - 5
Java Quiz - 3
Java Quiz - 15
Java Quiz - 12